diff --git a/ISBPL.java b/ISBPL.java index 88dfb4e..7335521 100644 --- a/ISBPL.java +++ b/ISBPL.java @@ -2282,7 +2282,7 @@ class ISBPLStreamer { this.isbpl = isbpl; } - public ArrayList streams = new ArrayList<>(); + public static ArrayList streams = new ArrayList<>(); public synchronized void action(Stack stack, int action) throws IOException { ISBPLStream stream; diff --git a/bf.isbpl b/bf.isbpl index 28f40a1..96d17b4 100644 --- a/bf.isbpl +++ b/bf.isbpl @@ -49,6 +49,9 @@ func makeCode { idx ++ =idx } 1000 =idx + JIO context debug if { + stdin itos puts + } } =code def c