Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b> program execution</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Program Execution
-------------------------------------------------------------------------------
 Reference Item| Description
               |
 BEGIN SEQUENCE| Define a sequence of statements for a BREAK
 BREAK()       | Branch out of a BEGIN SEQUENCE...END construct
 CALL          | Execute a C or Assembler procedure
 CANCEL        | Terminate program processing
 DO            | Call a procedure
 DO CASE       | Execute one of several alternative blocks of statements
 DO WHILE      | Execute a loop while a condition is true (.T.)
 EXTERNAL      | Declare a list of procedure or user-defined function names
 FOR           | Execute a block of statements a specified number of times
 FUNCTION      | Declare a user-defined function name and formal parameters
 IF            | Execute one of several alternative blocks of statements
 IF()          | Return the result of an expression based on a condition
 NOTE          | Place a single-line comment in a program file
 PARAMETERS    | Create private parameter variables
 PCOUNT()      | Determine the position of the last actual parameter passed
 QUIT          | Terminate program processing
 RETURN        | Terminate a procedure, user-defined function or program
 RUN           | Execute a DOS command or program
 SET KEY       | Assign a procedure invocation to a key
 SET PROCEDURE | Compile procedures/functions into the current .OBJ file
 SETKEY()      | Assign an action block to a key
 SETCANCEL()   | Toggle Alt-C as a program termination key
 WAIT          | Suspend program processing until a key is pressed
 WORD()        | Convert CALL command numeric parameters from double to int
-------------------------------------------------------------------------------

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson