danielkeller/vec

expression grouping

Closed this issue · 0 comments

use ;; (or maybe : ) to indicate that the next expression should be grouped with the current one in a loop. like comma operator. or ; in mathematica.
allows:
`list ;; count++;