Skip to content

Support multi-line if-then-else #6408

@jdunkerley

Description

@jdunkerley

Currently we can do:

if a==b then action else
    anotheraction

or

if a==b then
    action

It would be good to allow:

if a==b then
    action
else
    anotheraction

(we currently do this by using case a=b of to achieve similar results).

Metadata

Metadata

Type

No type

Projects

Status

🔧 Implementation

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions