add string blocks

This commit is contained in:
Daniella / Tove 2022-05-14 18:35:46 +02:00
parent 23f974a026
commit b08915693f

View file

@ -247,6 +247,7 @@ public class ISBPL {
};
case "string!":
return (idx, words, file, stack) -> {
idx++;
AtomicInteger i = new AtomicInteger(idx);
String s = "";
for(String w : readBlock(i, words, file))