Colour bars/Display: Difference between revisions

m
→‎{{header|REXX}}: added a programming note.
(→‎{{header|REXX}}: added the REXX language. -- ~~~~)
m (→‎{{header|REXX}}: added a programming note.)
Line 830:
{{works with|R4}}
{{works with|ROO}}
Programming note:   because of the way the REXX interpreters (being used for this example) ensures screen output fidelity, if ninety characters are displayed on a ninety-byte wide screen, REXX apparently forces and extra blank, causing to what appears to be a blank line after the line displayed.   Because of this, the last color bar   ('''_.8''')   has been shorten by one byte.
 
 
<lang rexx>/*REXX program displays eight colored vertical bars on the full screen. */