summaryrefslogtreecommitdiff
path: root/test.fs
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-04-22 11:53:30 +1000
committerkitty <nepeta@canaglie.net>2026-04-22 11:53:30 +1000
commit1a5dfab8ccc62b806c9abb53940f4e806d76f3da (patch)
tree42a1f681c3d15610433301caf07c38c50a5159ab /test.fs
parent6975cd610ac3a32050e337b04d3f8c3f492cd28b (diff)
fix forth vocabulary word, add terminal vocabulary
Diffstat (limited to 'test.fs')
-rw-r--r--test.fs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.fs b/test.fs
index aea5f5f..a853eaa 100644
--- a/test.fs
+++ b/test.fs
@@ -518,5 +518,6 @@ t{ get-current empty-wordlist? -> <true> }t
t{ : testicle 67 ; -> }t
t{ get-current empty-wordlist? -> <false> }t
t{ testicle -> 67 }t
+t{ previous definitions -> }t
decimal