Sparkline in unicode: Difference between revisions

Content added Content deleted
(s/an/and/)
m (→)
Line 25: Line 25:
'''Example''':<lang APL> sparkln 1,2,7 1 5
'''Example''':<lang APL> sparkln 1,2,7 1 5
▂▃█▂▆</lang>
▂▃█▂▆</lang>
Note: APL accepts the input with commas and spaces naturally. If one wanted to read input as a string, then remove commas and make a vector, they could use ⍎(~x=',')/x←⍞ to do so.
Note APL accepts the input with commas and spaces naturally. If one wanted to read input as a string, then remove commas and make a vector, they could use ⍎(~x=',')/x←⍞ to do so.


=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==