Skip to content

Incorrect code should give alerts in output code #6

@parf

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions