diff options
Diffstat (limited to 'rlwrapcompletions.forth')
-rw-r--r-- | rlwrapcompletions.forth | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/rlwrapcompletions.forth b/rlwrapcompletions.forth new file mode 100644 index 0000000..80e9a36 --- /dev/null +++ b/rlwrapcompletions.forth @@ -0,0 +1,19 @@ +pop +push +peek +if +then +: +; ++ +- +* +/ +dup +dump +not += +swap +drop +over +rot |