If char is any other

From: Quality Control Laboratory (mpepp@eol.com.er)
Date: Sun Dec 09 2001 - 20:43:27 PST

  • Next message: Pamela Tom: "Here We Go Again -- Seafood Mailing List Transmits Another Infection"

    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.