diff options
author | dan <[email protected]> | 2023-05-31 22:06:58 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-05-31 22:06:58 -0400 |
commit | 25ecb947f3b832c31ea049ba06187580833c90c2 (patch) | |
tree | 6bc161909310aa811639ce58f1cb77b04fc17f0f /rlwrapcompletions.forth | |
parent | 4c71c5ac64b9e8b350741dcbe1d2d8b87880dc8a (diff) | |
download | forth-25ecb947f3b832c31ea049ba06187580833c90c2.tar.gz forth-25ecb947f3b832c31ea049ba06187580833c90c2.tar.bz2 forth-25ecb947f3b832c31ea049ba06187580833c90c2.zip |
docs: update readme and rlwrap completions with new commands
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 |