Repeat syntax confusion.
Opened this issue · 0 comments
halfnibble commented
When you have something like this:
9sc, < 1sc, 1inc(3x) >, 9sc, < 1sc, 1inc(3x) > => 36st
Does the 3x
mean I repeat just the 1inc
, or do I repeat the part in the < >
brackets?
E.g.
9sc, (1sc, 1inc) * 3 , 9sc, (1sc, 1inc) * 3 => 36st