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
This code will not compile. Gives "Syntax error in condition at line 4, character 70"
According to the assertdocumentation , this is correct syntax. If you comment out the line with the assert, compiles fine. If you remove the ,string "NOPE" aspect, it compiles fine.
The text was updated successfully, but these errors were encountered:
Consider the following fi code:
This code will not compile. Gives "Syntax error in condition at line 4, character 70"
According to the
assert
documentation , this is correct syntax. If you comment out the line with the assert, compiles fine. If you remove the,string "NOPE"
aspect, it compiles fine.The text was updated successfully, but these errors were encountered: