Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

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

s_functionName

Function to be declared as a solely-quoting nlambda.

Value Returned

nil

This function is for side-effects only.

Examples

declareSQNLambda( step next stepout )
=> nil

Related Topics

Function and Program Structure


Return to top
 ⠀
X