Multiple choice technology web technology

What is the continuation character in REXX?

  1. comma (,)

  2. semi colon (;)

  3. colon (:)

  4. plus (+)

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In REXX, the comma (,) is used as the continuation character to split long statements across multiple lines. Placing a comma at the end of a line indicates the statement continues on the next line.