Sparkline in unicode: Difference between revisions

m
→‎{{header|REXX}}: added comments to the version 2 section header. -- ~~~~
m (→‎{{header|REXX}}: clarified statement. -- ~~~~)
m (→‎{{header|REXX}}: added comments to the version 2 section header. -- ~~~~)
Line 519:
::* older versions of REXX such as PC/REXX and Personal REXX which don't support the '''changestr''' BIF
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>It should also be noted that the CMS and TSO versions of REXX 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.*/