ccOREPurgeContexts
ccOREPurgeContexts( )
=> t / nil
Description
Purges all Optical Rule Engine (ORE) contexts.
Arguments
Value Returned
Example
Define variable PI_2 and save the resulting ORE context under the name ore_cxt.
ccORE(?rule '((define PI_2 PI/2)) ?saveContext "ore_cxt")
=> t
Get the list of the names of the ORE contexts.
ccOREGetContext()
=> ("ore_cxt")
ccOREPurgeContexts()
=> t
Get the list of the names of the ORE contexts.
ccOREGetContexts()
=> nil
Related Topics
Curvy Core Optical Rule Engine Functions
Return to top