Skip to content

Incorrect code should give alerts in output code #6

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

Open
parf opened this issue Mar 21, 2014 · 1 comment
Open

Incorrect code should give alerts in output code #6

parf opened this issue Mar 21, 2014 · 1 comment

Comments

@parf
Copy link

parf commented Mar 21, 2014

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 !!!

@DAddYE
Copy link
Owner

DAddYE commented Mar 21, 2014

It will thanks, for the feedback.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants