Multiple choice technology web technology What is the continuation character in REXX? comma (,) semi colon (;) colon (:) 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.