if - conditionaly execute a procedure
boolean {procedure} if -> -
boolean anytoken if -> -
1 0 gt { (1 > 0) = } if -> (1 > 0)
if executes the supplied token if the boolean
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.
/builddir/build/BUILD/nest-simulator-3.3/nest-simulator-3.3/sli/slicontrol.cc