lizzie icon indicating copy to clipboard operation
lizzie copied to clipboard

Loops in Lizzie

Open gh3x78E opened this issue 5 years ago • 1 comments

I have seen no documentation on loop constructs. Have I overseen it in the readme? Does Lizzie support while and for loops?

gh3x78E avatar Mar 30 '19 21:03 gh3x78E

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.

polterguy avatar Mar 31 '19 18:03 polterguy