06E97 |
'
|
( → nob (nextob) )
Pushes next object in the stream to the stack
(skipping it).
|
38837 |
xSILENT'
|
( → nextob )
Put the next ob in the runstream on the
stack. Quoter used in UserRPL.
|
3696E |
DUP'
|
( ob → ob nob )
Does DUP then '.
|
36996 |
DROP'
|
( ob → nob )
Does DROP then '.
|
36982 |
SWAP'
|
( ob1 ob2 → ob2 ob1 nob )
Does SWAP then '.
|
369AA |
OVER'
|
( ob1 ob2 → ob1 ob2 ob1 nob )
Does OVER then '.
|
369BE |
STO'
|
( ob id/lam → nob )
Does STO then '.
|
369D2 |
TRUE'
|
( → T nob )
Pushes TRUE and the next object to the stack.
|
369FF |
FALSE'
|
( → F nob )
Pushes FALSE and the next object to the
stack.
|
369E6 |
ONEFALSE'
|
( → #1 F nob )
Pushes ONE , FALSE and the next object to the
stack.
|
36A13 |
#1+'
|
( # → #+1 nob )
Does #1+ then '.
|
36306 |
'NOP
|
( → NOP )
Pushes NOP to the stack.
|
3619E |
'ERRJMP
|
( → ERRJMP )
Pushes ERRJMP to the stack.
|
2B90B |
'DROPFALSE
|
( → DROPFALSE )
Pushes DROPFALSE to the stack.
|
25E6A |
'DoBadKey
|
( → DoBadKey )
Pushes DoBadKey to the stack.
|
25E6B |
'DoBadKeyT
|
( → DoBadKey T )
Pushes <REF>DoBadKey and TRUE to the stack.
|
2F32E |
DROPDEADTRUE
|
( ob → DoBadKey T )
Makes the user drop dead, then pushes TRUE .
|
36BBE |
('x*)
|
( → x* )
Pushes <REF>x* (User word *) to the stack.
|
36BD2 |
'xDER
|
( → xDER )
Pushes xDER (User word ∂) to the stack.
|
27B43 |
'IDFUNCTION
|
( → xFUNCTION )
Pushes xFUNCTION (User word FUNCTION ) to the
stack.
|
27B6B |
'IDPOLAR
|
( → xPOLAR )
Pushes xPOLAR (User word POLAR ) to the stack.
|
27B57 |
('IDCONIC)
|
( → xCONIC )
Pushes xCONIC (User word CONIC ) to the stack.
|
27B7F |
'IDPARAMETER
|
( → xPARAMETRIC )
Pushes xPARAMETRIC (user word PARAMETRIC )
to the stack.
|
27B93 |
('IDTRUTH)
|
( → xTRUTH )
Pushes xTRUTH (user word TRUTH ) to the stack.
|
27BA7 |
('IDSCATTER)
|
( → xSCATTER )
Pushes xSCATTER (user word SCATTER ) to the
stack.
|
27BBB |
('IDHISTOGRAM)
|
( → xHISTOGRAM )
Pushes xHISTOGRAM (user word HISTROGRAM) to
the stack.
|
27BCF |
('IDBAR)
|
( → xBAR )
Pushes xBAR (user word BAR ) to the stack.
|
27BE3 |
('IDFAST3D)
|
( → xFAST3D )
Pushes xFAST3D (user word FAST3D) to the
stack.
|
29ED0 |
'Rapndit
|
( meta ob1...ob4 → meta&ob ob1...ob4 )
Takes ob from runstream and appends it to the
meta starting in level 5.
|
36AA4 |
'xDEREQ
|
( ob → flag )
Is ob eq to user command xDER?
|