Next: Instruction typof, Up: Type related instructions [Contents][Index]
Synopsys:
isa
Given a value and a type, push 1 on the stack if the value is of the given type. Push 0 otherwise.
Stack: ( VAL TYPE -- TYPE VAL INT )
( VAL TYPE -- TYPE VAL INT )