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
Newline is required. Your editor should have added a newline when it worked. If you think it is working at random times, do share the code snippet and will try to help you.
a = if 3 > 2
then true
else false
b = if (98 < 25)
then true
else false
c = if 145 >= 145
then 1 + 2
else 3 + 4
d = if 9 > 9 && 10 - 4 > 0
then true
else false
The above code doesn't have any newline and it works.
Checked on emacs and vi as well as in sublime of any newline at eof.
There wasn't any newline.
Sometimes it happened that I didn't put a newline at end and the program worked but sometimes it showed some error.
The text was updated successfully, but these errors were encountered: