Colour bars/Display: Difference between revisions

m
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) ensuresensure screen output fidelity, if ninety characters are displayed on a ninety-byte wide screen, REXX apparently forces andan 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 shortenshortened by one byte.
 
<lang rexx>/*REXX program displays eight colored vertical bars on the full screen. */
2,300

edits