*fix Core Command Reference
From OpenRPN
Contents |
[edit] Core Command Set
[edit] Stack
- DupsfRPNCommand DUP
- DUPtwosfRPNCommand DUP2
- DROPsfRPNCommand DROP
- SWAPsfRPLCommand SWAP
- DEPTHsfRPNCommand DEPTH
- OVERsfRPLCommand OVER
- CLEARsfCommand CLEAR
- ROLLsfRPLCommand ROLL
- ROLLDsfRPLCommand ROLLD
- ROTsfRPLCommand ROT
[edit] Strings
- OBJrtarrowsfCommand OBJ→
- RtarrowSTRsfCommand →STR
- STRrtarrowsfCommand STR→
- ADDsfCommand ADD
- [[LessThansfFunction <]]
- [[GreaterThansfFunction >]]
- LogicalEqualitysfFunction ═ ═
- GreaterThanorEqualsfFunction ≥
- LessThanorEqualsfFunction ≤
- SUBsfCommandOperation SUB
- REPLsfCommand REPL
- SIZEsfCommandOperation SIZE
- POSsfCommand POS
- HEADsfCommand HEAD
- TAILsfCommand TAIL
- NUMsfCommand NUM
- CHRsfCommand CHR
- hide: != :hide:
[edit] Lists
- RtarrowLISTsfCommand →LIST
- ADDsfCommand ADD
- DOLISTsfCommand DOLIST
- DOSUBSsfCommand DOSUBS
- GETsfCommand GET
- GETIsfCommand GETI
- HEADsfCommand HEAD
- LISTrtarrowsfCommand LIST→
- PUTsfCommand PUT
- OBJrtarrowsfCommand OBJ→
- PUTIsfCommand PUTI
- REPLsfCommand REPL
- REVLISTsfCommand REVLIST
- STREAMsfCommand STREAM
- SUBsfCommandOperation SUB
- TAILsfCommand TAIL
[edit] Arrays
- RtarrowARRYsfCommand →ARRY
- ARRYrtarrowsfCommand ARRY→
- ROWrtarrowsfCommand ROW→
- RtarrowROWsfCommand →ROW
- RtarrowCOLsfCommand →COL
- COLrtarrowsfCommand COL→
- GETsfCommand GET
- GETIsfCommand GETI
- PUTsfCommand PUT
- PUTIsfCommand PUTI
- REPLsfCommand REPL
- SUBsfCommandOperation SUB
- OBJrtarrowsfCommand OBJ→
- VrtarrowsfCommand V→
- RtarrowVtwosfCommand →V2
- RtarrowVthreesfCommand →V3
[edit] Control
- IFsfCommandOperation IF
- IFTEsfFunction IFTE
- CASEsfCommand CASE
- FORsfCommandOperation FOR
- STARTsfCommandOperation START
- DOsfCommandOperation DO
- WHILEsfCommandOperation WHILE

