Skip to content

incorrect nested loop expression #238

Closed
@clkao

Description

@clkao
res = for i in [1 to 10]
  [x] = [ z for z in [1 to 2] ]
  x + i

this returns an array of array, while the inner loop was just for looking something up rather than constructing another level of nested loops.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions