I think it would be nice to have a for loop that has an automated iteration constant in the tools/structures pallet.
This would be equivelent to a: "for <a> from <begin> to <end> by <step_size>" statement in Maple.
When start end by terminals are unwired, the loop should behave as an traditional for loop.
This loop will produce an array [0.3 , 2.4 , 4.5 , 6.6 ....,4.2]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.