Skip to content

Support nested @from clauses #65

@davidanthoff

Description

@davidanthoff

Like in VB, this

@from i in x, j in y begin

would be translated into

@from i in x begin
@from j in y

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions