igo icon indicating copy to clipboard operation
igo copied to clipboard

Incorrect code should give alerts in output code

Open parf opened this issue 11 years ago • 1 comments

if age > 30: p.say "Hello Sir."
else if age < 18: p.say("Hi buddy")

gives me if age > 30 { p.say } if age < 18 { p.say("Hi buddy") } else {

and this is really wrong !!!

parf avatar Mar 21 '14 21:03 parf

It will thanks, for the feedback.

Just for readers, the error is that p.say "Hello Sir." miss parens.

DAddYE avatar Mar 21 '14 21:03 DAddYE