summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-12-05 01:00:04 -0500
committerKyle Gunger <kgunger12@gmail.com>2022-12-05 01:00:04 -0500
commit42832cdbd6f04f6ce44c130f54e4a4aa89f2f03d (patch)
tree8f8a23280a12f129bc367a867db6dfc5f89a2920
parent0b5b8b0be6f3128df6453ea6667db9d35d396f94 (diff)
Explain weird value
-rw-r--r--tnslc/paths.tnsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/paths.tnsl b/tnslc/paths.tnsl
index 93c14f5..da0e782 100644
--- a/tnslc/paths.tnsl
+++ b/tnslc/paths.tnsl
@@ -46,7 +46,7 @@
/; if (str{i} == c)
;out.append(tmp)
;{}charp tmp = ""
- ;true
+ ;true # work around for interpreter bug
;; else
;tmp.append(str{i})
;/