lizzie
lizzie copied to clipboard
Loops in Lizzie
I have seen no documentation on loop constructs. Have I overseen it in the readme? Does Lizzie support while
and for
loops?
No such thing in Lizzie. The closest thing you'll find is the each
function, that will function roughly similar to the C# foreach
keyword. Rolling your own though is probably easily achieved in a couple of hours, and can be done by starting out with the code for the each function.