NEST HelpDesk | Command Index | NEST Quick Reference |
if - conditionaly execute a procedureSynopsis:
Description:
boolean {procedure} if -> -
boolean anytoken if -> -
if executes the supplied token if the booleanSeeAlso: Source:
is true. The supplied token usually is a procedure.
Alternatives: Function if_ (undocumented)
-> behaviour and synopsis are the same, except that no
warnings or error messages are thrown.
Examples: 1 0 gt { (1 > 0) = } if -> (1 > 0)
/opt/conda/conda-bld/nest_1512397208563/work/nest-2.14.0/sli/slicontrol.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative