Sparkline in unicode: Difference between revisions

m
→‎{{header|REXX}}: added comment about Regina 3.6 -- ~~~~
m (→‎{{header|REXX}}: fixed the HTML br tag. -- ~~~~)
m (→‎{{header|REXX}}: added comment about Regina 3.6 -- ~~~~)
Line 520:
This version also removed some dead code, simplified the program structure and subroutines, added comments.
<br>''Single line comments'' were introduced in Regina 3.4.
<br>Regina 3.6 introducted the options: &nbsp; ''single_line_comments'' and ''noSingle_line_comments''.
<br>It should also be noted that the CMS and TSO versions of REXX (and others) don't support ''single line comments''.
<lang rexx>/*REXX program displays a sparkline (spark graph) for a group of values.*/
if arg()==0 then do /*No arguments? Use defaults.*/