5 Language
Link to this section with
@secref["Language" #:doc '(lib "honu/scribblings/honu.scrbl")]
var
is a macro that defines a new variable.
for is a macro that is similar to Racket’s for.
for id = expression to expression do expression |
for id in expression do expression |