mbrezu / Shovel

Shovel is a bytecode virtual machine that is embeddable, secure and interruptible.
BSD 2-Clause "Simplified" License
77 stars 5 forks source link

ShovelScript has no loop or iteration statements #8

Closed ghost closed 7 years ago

ghost commented 7 years ago

Please add while loops or for loops.

mbrezu commented 7 years ago

ShovelScript can do loops via recursion and there are some standard library functions that take advantage of this - they offer some for/while like facilities.