FOXPRO COMMANDS AND FUNCTIONS

! - Synonymous with RUN. Runs the specified
     DOS commons or program within Fox Pro.
     Also used with @..SAY..GET as PICTURE

# - Symbol for not equal to. Same also.
     Modulus operator - Returns the remainder

% - obtained by dividing a numeric expression by
another numeric expression.

& - Macro substitution

&& - Comment indicator. Use this symbol to add
comments to command lines
 
$ - Returns true if a character expression is
contained in another character expression.

* - Indicates the beginning of a non-executing
comment line in a program file

* - Symbol for multiplication

** - Symbol for exponentiation

^ - Symbol for exponentiation

<> - Symbol for not equal to (Same as #)

+ - Symbol for addition

- - Symbol for subtraction
 
/ - Symbol for division

< - Symbol for less than
 
> - Symbol for greater than

= - Symbol for equal to
     Evaluates one or more expression. Also used to create a memory variable or to store data in a variable

== - Symbol for identical to.

<= - Symbol for less than or equal to
 
>= - Symbol for greater than or equal to

: - Used after a letter to designate a drive, e,g.
USE C: SAMPLE

; - Command line continuation character in
programs. Also used for the Enter key while
programming function keys.

i/ii - Outputs lines of text entered between these
two characters.

? - Evaluates the expression and outputs the
result in the next row

?? - Evaluates the expression and outputs the
result in the same row.

??? - Sends output directly to the printer