Skip to content

where with final result at end #863

@evhub

Description

@evhub

Possible syntaxes:

out = where:
    x1 = a + b + c
    x2 = x + y + z
    x1 + x2

out = do:
    x1 = a + b + c
    x2 = x + y + z
    x1 + x2

Which should compile to the equivalent of:

out = x1 + x2 where:
    x1 = a + b + c
    x2 = x + y + z

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions