EMA-XPS Online


UNDETERMINED-INSTANCE-VALUES

UNDETERMINED-INSTANCE-VALUES
============================

syntax: (undetermined-instance-values 
           <evaluates-to relation-name>
           <evaluates-to instance-spec>)

Warning: does NOT activate any behaviors!

This function checks, whether the value of the 
instance relation is indefinite. It returns T or NIL.

example: >(undetermined-instance-values 'place louvre)
         NIL


EMA-XPS Online