| (constant) , ; |
(constant) , ; |
| \ !! 2value |
\ !! 2value |
| |
|
| : 2>r postpone swap postpone >r postpone >r ; immediate restrict |
|
| : 2r> postpone r> postpone r> postpone swap ; immediate restrict |
|
| : 2r@ postpone 2r> postpone 2dup postpone 2>r ; immediate restrict |
|
| |
|
| : 2Literal swap postpone Literal postpone Literal ; |
: 2Literal swap postpone Literal postpone Literal ; |
| immediate restrict |
immediate restrict |
| |
|
| \ ROLL 17may93jaw |
\ ROLL 17may93jaw |
| |
|
| : roll dup 1+ pick >r |
: roll dup 1+ pick >r |
| cells sp@ 2 cells + dup cell+ rot move drop r> ; |
cells sp@ cell+ dup cell+ rot move drop r> ; |
| |
|
| \ SOURCE-ID SAVE-INPUT RESTORE-INPUT 11jun93jaw |
\ SOURCE-ID SAVE-INPUT RESTORE-INPUT 11jun93jaw |
| |
|