Page 1 of 1

Make "to list [data]" block work for numbers and strings

Posted: Oct 22nd, '17, 14:15
by SimpleSi
e.g
to list [(something that returns 1)] == (list 1)

to list [(something that returns 'AB')] == (list AB)