1.3 Notational conventions and syntax

1.3.2 Macros and special forms

The syntax for macros and special forms differs as follows:

{x}*
zero or more occurrences of x

{x}+
one or more occurrences of x

[x]
zero or one occurrence of x

do ({var | (var [init [step]])}*) (end-test {form}*))
{declaration}* {tag | statement}* Macro


The Loop Facility - 9 SEP 1996

Generated with Harlequin WebMaker