Cr> Carriage return
<lf> Linefeed
\" Double-quote
\^ Single caret
\< Single '<'
\\ Backslash
Examples:
transmit "^M"
transmit "Joe^M"
transmit "<cr><lf>"
waitfor "<cr><lf>"
5.0 Expressions
An expression is a combination of operators and arguments that evaluates to a result. Expressions can be used as values in any command.
An expression can combine any variable, or integer, string, or boolean values with any of the unary and binary operators in the following tables.
This archive was generated by hypermail 2b29 : Sun Dec 09 2001 - 20:50:15 PST