add string blocks
This commit is contained in:
parent
23f974a026
commit
b08915693f
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue