Hello. Is there a way to make a for-loop of x number of iterations set by the value of a variable? Initially I tried C type syntax normal for loop, then I tried for i in {0..10} { print “foo”; } but that iterates just once.Received on Sat, 17 Dec 2016 23:36:36 -0800
This archive was generated by hypermail 2.1.8 : Wed Nov 08 2017 - 16:32:30 CET