next up previous
Next: MESSAGES Up: DECLARATIONS Previous: VAR

NODES

In this section the user may instruct GLIDER to assign IL and/or EL to general type nodes declared in the NETWORK section. The declarations must have the heading NODES. After this one or more declarations follow. The declaration syntax is:

<node identifier>( | EL | IL | EL,IL | );

<node identifier> is the name of a general type node. Index must not be included in this declaration.
According to the arguments the node will have EL or IL or both.

Examples:

    NODES Synchr(EL); Proc(EL, IL);


domingo c
Mon Mar 20 11:09:25 PST 2000