summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-12 00:09:12 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-12 00:09:12 +0000
commit85aa2ad424c68343ef09e5f6df243ad6499e47d5 (patch)
tree8712baf633e82ffdba79b3a59b17734de0eaf4d7 /main.c
parent2ff4b85fc73f0cf82034e2a19ea8c5d677812c9c (diff)
Add a small version of monadic ⍳ and some simple form of ⎕IO
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index c5679a3..378f840 100644
--- a/main.c
+++ b/main.c
@@ -15,6 +15,7 @@ main(int argc, char *argv[])
int off = 0;
stdin = Bfdopen(0, OREAD);
globalsymtab = newsymtab();
+ currentsymtab = globalsymtab;
traceeval = 0;
ARGBEGIN{