Previous
|
Next
Lisp loops
(while (<= y height) (do-stuff) (do-more-stuff) (set! y (+ y 1)) )
prefix notation for tests like
<=
set!
to change a variable