-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Add if cascade without braces #408
Comments
Hi there! @Math-O5 |
Sure assigning this to you @Chasmiccoder. |
Hi guys. @Math-O5 @frankhart2018 So, to implement the if cascade feature, can I do this: Please tell me if this is the right approach. I am having difficulty in finding out how many statements follow the if condition. |
Hi @Math-O5. I got on a call with @frankhart2018 |
@Chasmiccoder You are right, I will work on #24 first, then |
Thank you! @Math-O5 |
Is your feature request related to a problem? Please describe.
Extension of #27, the goal is implement if cascade statement when the command use no braces, as follows:
Should be allowed
Sim-C:
Plus, you should ensure that when
if (expresion)
is called without braces and followed ofelse
, only and necessary one instruction is between both.Should NOT be allowed
The text was updated successfully, but these errors were encountered: