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.



lmadsen 2010-01-14