You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The proper way would be to add it to the built in codegen, alongside the for builtin. You could probably just copy and modify the for Generator.GenerateForLoop code in generator.go:817 to be like Go and only need the middle test.
It'd be rad to have a while loop construct. I've had to hack it in myself, using this:
Is there a better way? Or would this require extending the language?
I'd like to be able to do:
The text was updated successfully, but these errors were encountered: