Menu

#38 Syntax error on test with parenthesis

v0.3
open
nobody
COMPILER (18)
5
2006-09-23
2006-09-23
No

A syntax error occurs on a single expression when
parenthesis is used:

if (5 > 3) [print "Yes]

Syntax error on ">".
But with:

if 5 > 3 [print "Yes]

It works.

Discussion


Log in to post a comment.