Skip to end of metadata
Go to start of metadata

AEL has implementations of 'for' and 'while' loops.

NOTE: The conditional expression (the "${y} = 0" above) is wrapped in $[ ] so it can be evaluated. NOTE: The for loop test expression (the "$x 3" above) is wrapped in $[ ] so it can be evaluated.

  • No labels

2 Comments

  1. There are some minor issues with the NOTEs.
    I think:
    "${y} = 0" should be "${y} >= 0"
    "wrapped in $[ ]" should be "wrapped in ${ }"
    "$x 3" should be "${x} < 3"
    Or I am missing something as an AEL newbie.

  2. been 2 years and no correction! please clarify.