Skip to content

jf doesn't count as closing statement for conditionals #398

@firedihm

Description

@firedihm

Following code won't compile with following error message: Label "Init" not found

{$CLEO}

function foobar()
        if 0@ <> 0
        jf break
end

Init()

function Init()
end

This is beacuse jf isn't treated as valid closing statement for if, so Init() gets scoped in foobar().

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions