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
Thanks to the fact that we don't accept side-effect-free expressions as statements, we don't really need to check for a newline between the condition and the start of the block, making one-line if, for and while possible without then or do.
Obviously, now then and do are no longer resserved and can be used as names!
Reworked CLI app to work without then and do keywords.
Furthermore, some modifications have been implemented that should make the cli handle multi-line input better.