07665 |
'
|
( → nob (nextob) )
Pushes next object in the stream to the stack
(skipping it).
|
3EBFB |
xSILENT'
|
( → nextob )
Put the next ob in the runstream on the
stack. Quoter used in UserRPL.
|
101A5 |
DUP'
|
( ob → ob nob )
Does DUP then '.
|
101CD |
DROP'
|
( ob → nob )
Does DROP then '.
|
101B9 |
SWAP'
|
( ob1 ob2 → ob2 ob1 nob )
Does SWAP then '.
|
101E1 |
OVER'
|
( ob1 ob2 → ob1 ob2 ob1 nob )
Does OVER then '.
|
101F5 |
STO'
|
( ob id/lam → nob )
Does STO then '.
|
10209 |
TRUE'
|
( → T nob )
Pushes TRUE and the next object to the stack.
|
10236 |
FALSE'
|
( → F nob )
Pushes FALSE and the next object to the
stack.
|
1021D |
ONEFALSE'
|
( → #1 F nob )
Pushes ONE , FALSE and the next object to the
stack.
|
1024A |
#1+'
|
( # → #+1 nob )
Does #1+ then '.
|
0FBA5 |
'NOP
|
( → NOP )
Pushes NOP to the stack.
|
0FA3D |
'ERRJMP
|
( → ERRJMP )
Pushes ERRJMP to the stack.
|
26E33 |
'DROPFALSE
|
( → DROPFALSE )
Pushes DROPFALSE to the stack.
|
23F4A |
'DoBadKey
|
( → DoBadKey )
Pushes DoBadKey to the stack.
|
23F5E |
'DoBadKeyT
|
( → DoBadKey T )
Pushes <REF>DoBadKey and TRUE to the stack.
|
103E9 |
'xDER
|
( → xDER )
Pushes xDER (User word ∂) to the stack.
|
14D89 |
'Rapndit
|
( meta ob1...ob4 → meta&ob ob1...ob4 )
Takes ob from runstream and appends it to the
meta starting in level 5.
|
102D6 |
'xDEREQ
|
( ob → flag )
Is ob eq to user command xDER?
|