diff options
Diffstat (limited to 'rlwrapcompletions.forth')
-rw-r--r-- | rlwrapcompletions.forth | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/rlwrapcompletions.forth b/rlwrapcompletions.forth index 80e9a36..75384f1 100644 --- a/rlwrapcompletions.forth +++ b/rlwrapcompletions.forth @@ -1,19 +1,28 @@ -pop -push +. peek -if -then -: -; + - * / +negate +abs +mod +max +min dup -dump not = swap drop over rot +pick +roll +depth +.s +clearstack +if then +: ; +nip +tuck +incr |