topheader Welcome 3.235.249.219 @ xps.scios.ch on Thu Mar 28 21:33:32 UTC 2024
topheader
 
DEFGLOBAL

DEFGLOBAL

With the defglobal construct, global variables can be defined, set, and

accessed within the CLIPS environment. Global variables can be accessed

as part of the pattern matching process, but changing them does not invoke

the pattern matching process. The bind function is used to set the value

of global variables.

The syntax of the defglobal construct is:

<defglobal-construct> ::= (defglobal [<defmodule-name>] 
                             <global-assignment>*)

<global-assignment>   ::= <global-variable> = <expression>

<global-variable>     ::= ?*<symbol>*
 
 
clips/clip6bos.txt · Last modified: 2010/01/04 19:47 (external edit)
topheader
© 1998-2021, SciOS Scientific Operating Systems GmbH

Legal | Credits | Profile | Contact | Customer Login