 
 
If you specify `-a' or `--alternate' on the GASP command
line, the preprocessor uses somewhat different syntax.  This syntax is
reminiscent of the syntax of Phar Lap macro assembler, but it
is not meant to be a full emulation of Phar Lap or similar
assemblers.  In particular, GASP does not support directives such
as DB and IRP, even in alternate syntax mode.
In particular, `-a' (or `--alternate') elicits these
differences:
.'
dot.  For example, you can write `SDATA' with the same effect as
`.SDATA'.
LOCAL, is available.  See Macros, for an explanation of how to use
LOCAL.
"string":
'string'
<string>
!' (an exclamation mark).  For example, you can
write `<4.3 !> 5.4!!>' to get the literal text `4.3 > 5.4!'.
%expr' to evaluate the expression expr
and use the result as a string.  
Packaging copyright © 1988-2000 OAR Corporation Context copyright by each document's author. See Free Software Foundation for information.