From 25ecb947f3b832c31ea049ba06187580833c90c2 Mon Sep 17 00:00:00 2001
From: dan <me@danrh.co.uk>
Date: Wed, 31 May 2023 22:06:58 -0400
Subject: docs: update readme and rlwrap completions with new commands

---
 rlwrapcompletions.forth | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

(limited to 'rlwrapcompletions.forth')

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
-- 
cgit v1.2.3