| org.jatha.machine.SECDop org.jatha.machine.opBLK
opBLK | class opBLK extends SECDop (Code) | | The BLK-operation is a marker, which pops itself and it's argument from the C register. It's purpose is to be a marker for the
non-local exit special forms. It's used to implement the block special form.
author: Ola Bini version: $Revision: 1.1 $ |
Constructor Summary | |
public | opBLK(Jatha lisp) It calls SECDop() with the machine argument
and the label of this instruction. |
opBLK | public opBLK(Jatha lisp)(Code) | | It calls SECDop() with the machine argument
and the label of this instruction.
See Also: SECDMachine |
|
|