declareSQNLambda
declareSQNLambda(s_functionName... ) =>nil
Description
Declares the given nlambda functions to be solely-quoting nlambdas.
This is an nlambda function. The named functions are defined as nlambdas only to save typing the explicit quotes to the arguments.
The compiler has been instructed to allow the calling of these kinds of nlambdas from SKILL++ code without giving a warning message.
All the debugging commands have been declared as SQNLambdas already.
Arguments
Value Returned
Examples
declareSQNLambda( step next stepout )
=> nil
Related Topics
Function and Program Structure
Return to top