Skip to content

Condition in for isn't been recaculated #18

@DaddyTrap

Description

@DaddyTrap
define a = 0
for a < 1024:
  a = a + 1
  ! echo ${a}

Then it will echo number bigger than 1024, which is because the condition a < 1024 hasn't been recaculated.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions