06E97 |
'
|
( → nob (nextob) )
Pushes next object in the stream to the stack
(skipping it).
|
2349C |
xSILENT'
|
( → nextob )
Put the next ob in the runstream on the
stack. Quoter used in UserRPL.
|
63925 |
DUP'
|
( ob → ob nob )
Does DUP then '.
|
6394D |
DROP'
|
( ob → nob )
Does DROP then '.
|
63939 |
SWAP'
|
( ob1 ob2 → ob2 ob1 nob )
Does SWAP then '.
|
63961 |
OVER'
|
( ob1 ob2 → ob1 ob2 ob1 nob )
Does OVER then '.
|
63975 |
STO'
|
( ob id/lam → nob )
Does STO then '.
|
63989 |
TRUE'
|
( → T nob )
Pushes TRUE and the next object to the stack.
|
639B6 |
FALSE'
|
( → F nob )
Pushes FALSE and the next object to the
stack.
|
6399D |
ONEFALSE'
|
( → #1 F nob )
Pushes ONE , FALSE and the next object to the
stack.
|
639CA |
#1+'
|
( # → #+1 nob )
Does #1+ then '.
|
632BD |
'NOP
|
( → NOP )
Pushes NOP to the stack.
|
63155 |
'ERRJMP
|
( → ERRJMP )
Pushes ERRJMP to the stack.
|
3A9B8 |
'DROPFALSE
|
( → DROPFALSE )
Pushes DROPFALSE to the stack.
|
3FDFE |
'DoBadKey
|
( → DoBadKey )
Pushes DoBadKey to the stack.
|
3FE12 |
'DoBadKeyT
|
( → DoBadKey T )
Pushes <REF>DoBadKey and TRUE to the stack.
|
4D11E |
DROPDEADTRUE
|
( ob → DoBadKey T )
Makes the user drop dead, then pushes TRUE .
|
63B5A |
'x*
|
( → x* )
Pushes <REF>x* (User word *) to the stack.
|
63B6E |
'xDER
|
( → xDER )
Pushes xDER (User word ∂) to the stack.
|
5129C |
'IDFUNCTION
|
( → xFUNCTION )
Pushes xFUNCTION (User word FUNCTION ) to the
stack.
|
512C4 |
'IDPOLAR
|
( → xPOLAR )
Pushes xPOLAR (User word POLAR ) to the stack.
|
512B0 |
('IDCONIC)
|
( → xCONIC )
Pushes xCONIC (User word CONIC ) to the stack.
|
512D8 |
'IDPARAMETER
|
( → xPARAMETRIC )
Pushes xPARAMETRIC (user word PARAMETRIC )
to the stack.
|
512EC |
('IDTRUTH)
|
( → xTRUTH )
Pushes xTRUTH (user word TRUTH ) to the stack.
|
51300 |
('IDSCATTER)
|
( → xSCATTER )
Pushes xSCATTER (user word SCATTER ) to the
stack.
|
51314 |
('IDHISTOGRAM)
|
( → xHISTOGRAM )
Pushes xHISTOGRAM (user word HISTROGRAM) to
the stack.
|
51328 |
('IDBAR)
|
( → xBAR )
Pushes xBAR (user word BAR ) to the stack.
|
2520A |
'Rapndit
|
( meta ob1...ob4 → meta&ob ob1...ob4 )
Takes ob from runstream and appends it to the
meta starting in level 5.
|
63A56 |
'xDEREQ
|
( ob → flag )
Is ob eq to user command xDER?
|