next up previous
Next: index Up: Primitive Operators Previous: idiv

ifelse

<< condition { true case } { false case } ifelse >>
integer condition;
If condition is non-zero, then true-case will be executed,
else false-case will be executed.


Nobuki Takayama 平成13年8月23日