diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-12-05 01:00:04 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-12-05 01:00:04 -0500 |
commit | 42832cdbd6f04f6ce44c130f54e4a4aa89f2f03d (patch) | |
tree | 8f8a23280a12f129bc367a867db6dfc5f89a2920 /tnslc | |
parent | 0b5b8b0be6f3128df6453ea6667db9d35d396f94 (diff) |
Explain weird value
Diffstat (limited to 'tnslc')
-rw-r--r-- | tnslc/paths.tnsl | 2 |
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}) ;/ |