about summary refs log tree commit diff stats
path: root/awk/forth/f.awk
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2025-01-12 08:56:35 -0500
committerelioat <elioat@tilde.institute>2025-01-12 08:56:35 -0500
commit8a82de9db980e711ffd1eb597990429ff2db5b11 (patch)
tree6c74a170f211ced0ce7c674f78fdbddc4e2f4b81 /awk/forth/f.awk
parentb0fde81d0ae35673277e2ffccd209b8e78675bf5 (diff)
downloadtour-8a82de9db980e711ffd1eb597990429ff2db5b11.tar.gz
*
Diffstat (limited to 'awk/forth/f.awk')
-rwxr-xr-xawk/forth/f.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/awk/forth/f.awk b/awk/forth/f.awk
index 380563d..4675925 100755
--- a/awk/forth/f.awk
+++ b/awk/forth/f.awk
@@ -42,7 +42,7 @@ BEGIN {
 }
 
 function repl() {
-    print "Welcome to the f.awk, a naive forth interpreter.\nUse 'bye' to exit.\nUse 'words' to list all available words.\n"
+    print "f.awk! A forth interpreter.\nUse 'bye' to exit.\nUse 'words' to list all available words.\n"
     while (1) {
         printf "f> "
         if (getline input < "/dev/tty" <= 0) break