diff options
author | elioat <elioat@tilde.institute> | 2025-01-12 08:56:35 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-01-12 08:56:35 -0500 |
commit | 8a82de9db980e711ffd1eb597990429ff2db5b11 (patch) | |
tree | 6c74a170f211ced0ce7c674f78fdbddc4e2f4b81 /awk/forth/f.awk | |
parent | b0fde81d0ae35673277e2ffccd209b8e78675bf5 (diff) | |
download | tour-8a82de9db980e711ffd1eb597990429ff2db5b11.tar.gz |
*
Diffstat (limited to 'awk/forth/f.awk')
-rwxr-xr-x | awk/forth/f.awk | 2 |
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 |