From 8a82de9db980e711ffd1eb597990429ff2db5b11 Mon Sep 17 00:00:00 2001 From: elioat Date: Sun, 12 Jan 2025 08:56:35 -0500 Subject: * --- awk/forth/f.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awk/forth/f.awk') 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 -- cgit 1.4.1-2-gfad0