about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2025-01-12 12:09:22 -0500
committerelioat <elioat@tilde.institute>2025-01-12 12:09:22 -0500
commite5ca28ac779b9c4e9e981694853940f199b0e83d (patch)
treedda024c87a17ce488e201cf6c63aab04ebf8588a
parent746179e5fc7c1b381f30cc71b5bf9a48c516e703 (diff)
downloadtour-e5ca28ac779b9c4e9e981694853940f199b0e83d.tar.gz
*
-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 3184dde..a00a12d 100755
--- a/awk/forth/f.awk
+++ b/awk/forth/f.awk
@@ -4,7 +4,7 @@
 # If I was clever I wouldn’t implement forth directly in awk,
 # instead I’d implement a simple virtual machine using awk, 
 # and then implement the forth using the virtual machine’s byte code
-#…but there is only so much brain power I can exert on such a silly project.
+# ...but there is only so much brain power I can exert on such a silly project.
 
 BEGIN {
     # Initialize stacks and dictionaries