Skip to content

Add ability to break out of a scope #443

@BSteffaniak

Description

@BSteffaniak

Similar to #441

e.g.

if (thing) {
  if (otherThing) break^

  print("hello")
}

print("world")

Where if thing == true and otherThing == false it will print "hello" and "world", but if thing == true and otherThing == true it will only print "world"

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions