Skip to content

Feature: If/Else/Else If logic #1

@Mutilar

Description

@Mutilar

Add support for the "else" keyword and, implicitly, the "else if" combination. This will require attention in managing the pointer on closing bracket of an if statement to ensure that it jumps past ignored unsatisfied conditionals.

if (i == 0) {
}
else if (i & 2 == 0) {
}
else { 
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions