next up previous contents
Next: Conditionals Up: AEL Example USAGE Previous: Local Variables   Contents

Loops

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.



2012-11-21