![]() |
|
|
NLI: Function: set Background: NLI, Expressions, Functions Related: Examples Description: The set function sets/sets up/creates a sequence using specified elements that must already exist in the db. The set function requires two or more things. If a specified thing does not already exist in the db, first use the new function. General Format: (set thing1 thing2 [thing3] ...) Examples: (set 'j 'o 'h 'n) (set 'john 'smith) (set john like mary) (set john like mary from june to july) (set (get * gender male) like (get * gender female)) Notes: |