next up previous
: index : Primitive Operators : 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 平成20年1月30日