Sparkline in unicode: Difference between revisions

m
simplification of string input
m (→)
m (simplification of string input)
Line 25:
'''Example''':<lang APL> sparkln 1,2,7 1 5
▂▃█▂▆</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.
 
=={{header|AutoHotkey}}==
Anonymous user