81725 |
'
|
( → nob (nextob) )
Pushes next object in the stream to the stack
(skipping it).
|
84330 |
DUP'
|
( ob → ob nob )
Does DUP then '.
|
84358 |
DROP'
|
( ob → nob )
Does DROP then '.
|
84344 |
SWAP'
|
( ob1 ob2 → ob2 ob1 nob )
Does SWAP then '.
|
8436C |
OVER'
|
( ob1 ob2 → ob1 ob2 ob1 nob )
Does OVER then '.
|
84380 |
STO'
|
( ob id/lam → nob )
Does STO then '.
|
84394 |
TRUE'
|
( → T nob )
Pushes TRUE and the next object to the stack.
|
843C1 |
FALSE'
|
( → F nob )
Pushes FALSE and the next object to the
stack.
|
843A8 |
ONEFALSE'
|
( → #1 F nob )
Pushes ONE , FALSE and the next object to the
stack.
|
843D5 |
#1+'
|
( # → #+1 nob )
Does #1+ then '.
|
83D2C |
'NOP
|
( → NOP )
Pushes NOP to the stack.
|
83BC4 |
'ERRJMP
|
( → ERRJMP )
Pushes ERRJMP to the stack.
|
81851 |
'DROPFALSE
|
( → DROPFALSE )
Pushes DROPFALSE to the stack.
|
82BBB |
'DoBadKey
|
( → DoBadKey )
Pushes DoBadKey to the stack.
|
3C77E |
'DoBadKeyT
|
( → DoBadKey T )
Pushes <REF>DoBadKey and TRUE to the stack.
|
84579 |
'xDER
|
( → xDER )
Pushes xDER (User word ∂) to the stack.
|
82E4F |
'Rapndit
|
( meta ob1...ob4 → meta&ob ob1...ob4 )
Takes ob from runstream and appends it to the
meta starting in level 5.
|
84461 |
'xDEREQ
|
( ob → flag )
Is ob eq to user command xDER?
|