How can I get this to return an entire array without the (..)?
arr = for i = 1 to 30 collect i
arr
dont want -
#(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, ...)
I want -
#(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,21, 22, 23, 24, 25, 26, 27, 28, 29, 30)
By JokerMartini · 2012-04-17
barigazy · 2012-04-18
miauu · 2012-04-18