Phantom Documentation

[Help Home] [Phantom Home]
Keywords

Keywords are special words that instruct Phantom to do certain tasks. They are different than functions in that they follow a different syntax and are processed differently. The syntax for keyword use is:

keyword parameter;

where,

keyword = The keyword to use
parameter = The parameter for the keyword, if any. The type of this parameter is dependent on the keyword.

Example Code

# Include window declarations
use "PhantomTarget.dec";

# Define a window class
define RICHEDIT=Edit;


The following keywords are supported:

Standard Package:
    include
    clear
    unload
    package
    return
    exit

Phantom Package
    use
    define
    dll



Copyright 2000-2011 Phantom Automated Solutions