Next: comments
Up: XPI
Previous: Syntax
XPI recognizes the following special characters:
! - indicates the rest of the line is a comment
@ - starts reading commands from a command file
$ - spawn to the system
" - protects other special characters
= - seperate parameter-value pairs
As a result, you should observe the following rules when entering
expressions on the command line.
- An argument with imbedded spaces must be delimited by double quotes.
- An argument containing an @ or a ! must be surrounded by double quotes.
- = signs are trapped by XPI, so use .eq. in selection expressions, or
surround your expressions with double quotes. In fact, to be safe it
is always best to do this anyway.
Keith Arnaud (kaa@genji.gsfc.nasa.gov)
2001-08-02