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
I see you have support for some control flow (for-loops), which is awesome. I've been poking around the source, and don't see support for if-statements, while loops, or try/catch statements. Am I correct that these aren't in the library currently?
The text was updated successfully, but these errors were encountered:
Yes, correct, only for-loops and provided they are not too complex in their structure (no dependencies between results of iterations).
I am working on a rewrite (devl3 branch) that will support if-else statements, but I am only half-way through it and with very limited time to work on it.
I see you have support for some control flow (for-loops), which is awesome. I've been poking around the source, and don't see support for if-statements, while loops, or try/catch statements. Am I correct that these aren't in the library currently?
The text was updated successfully, but these errors were encountered: