aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-11-20 21:11:00 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-11-20 22:06:38 -0500
commit5df3b8b598d507b3e04e1be4cca28c13e706ffef (patch)
tree2518e929be43463a8bc47d33d740fb25f853b7e2
parent6f2d32906b4c36fbe1801d3e8c41ffbb78bf992d (diff)
Emit opening and closing positions for instructions
-rw-r--r--docs/bqn.js12
-rw-r--r--docs/repl.js4
-rw-r--r--docs/try.html1
-rw-r--r--src/c.bqn7
-rw-r--r--src/e.bqn2
5 files changed, 13 insertions, 13 deletions
diff --git a/docs/bqn.js b/docs/bqn.js
index 22d4223a..852836b8 100644
--- a/docs/bqn.js
+++ b/docs/bqn.js
@@ -27,7 +27,7 @@ let chkR = v => { if (v===null) throw Error("Runtime: Variable referenced before
let genjs = (B, p, L) => { // Bytecode -> Javascript compiler
let rD = 0;
let r = L?"let l=0;try{":"";
- let fin = L?"}catch(e){e.message=[l,e.message];e.message.loc=true;e.message.sh=[2];throw e;}":"";
+ let fin = L?"}catch(e){let s=L.map(p=>p[l]);s.sh=[1,2];let m=[s,e.message];m.loc=true;m.sh=[2];e.message=m;throw e;}":"";
let szM = 1;
let rV = n => { szM=Math.max(szM,n+1); return 'v'+n; };
let rP = val => rV(rD++) + "="+val+";";
@@ -42,7 +42,7 @@ let genjs = (B, p, L) => { // Bytecode -> Javascript compiler
let ge = n => "e"+".p".repeat(n);
loop: while(true) { r+="\n";
if (p>B.length) throw Error("Internal compiler error: Unclosed function");
- if (L) r+="l="+L[p]+";";
+ if (L) r+="l="+p+";";
switch(B[p++]) {
case 0: { r+= rP("O["+num()+"]"); break; }
case 3: case 4: { let n=num(); rD-= n; r+=rP("list(["+(new Array(n).fill().map((_,i)=>rV(rD+i)).join(","))+"])"); break; }
@@ -75,8 +75,8 @@ let run = (B,O,S,L) => { // Bytecode, Objects, Sections/blocks
if (type===0) c = "let e2=def;"+c;
if (type===1) c = "const mod=(f ) => {let e2=[...def]; e2["+I+"]=mod;e2["+(I+1)+"]=f;" +c+"}; mod.m=1;return mod;";
if (type===2) c = "const mod=(f,g) => {let e2=[...def]; e2["+I+"]=mod;e2["+(I+1)+"]=f;e2["+(I+2)+"]=g;"+c+"}; mod.m=2;return mod;";
- return Function("'use strict'; return (chkM,chkR,has,call,get,set,list,O,def) => D => oe => {"+c+"};")()
- (chkM,chkR,has,call,get,set,list,O,def);
+ return Function("'use strict'; return (chkM,chkR,has,call,get,set,list,O,L,def) => D => oe => {"+c+"};")()
+ (chkM,chkR,has,call,get,set,list,O,L,def);
});
D.forEach((d,i) => {D[i]=d(D)});
return D[0]([]);
@@ -178,9 +178,9 @@ let runtime = run(
// Compiler
runtime[42] = assertFn("Compiler");
let compile = run(
- new Uint8Array([0,57,0,0,0,82,17,22,0,0,11,14,0,88,0,89,0,90,21,0,0,0,21,0,91,17,0,92,0,93,0,94,0,95,0,96,0,20,0,57,0,49,3,2,17,0,42,0,32,7,0,58,17,0,57,0,25,16,0,0,0,83,17,0,97,0,59,22,0,1,11,0,25,16,0,44,0,0,7,0,99,17,0,20,16,0,41,0,21,7,0,98,17,0,60,0,0,0,82,17,0,21,0,101,17,0,21,0,100,0,24,0,58,17,17,0,102,3,14,0,43,0,13,7,0,11,0,50,0,22,8,0,21,19,16,22,0,2,22,0,3,4,2,11,14,21,0,3,0,27,0,48,0,0,7,9,0,52,0,41,0,43,0,22,7,7,8,16,22,0,4,22,0,5,22,0,6,22,0,7,22,0,8,22,0,9,22,0,10,22,0,11,22,0,12,22,0,13,22,0,14,22,0,15,22,0,16,22,0,17,4,14,11,14,0,33,0,52,0,1,8,0,12,0,9,0,15,0,51,0,62,8,19,0,33,0,51,0,61,8,19,22,0,18,11,14,21,0,7,0,33,16,22,0,19,11,14,0,13,0,11,0,61,19,0,41,0,30,7,0,103,19,0,52,0,21,8,22,0,20,11,14,15,1,22,0,21,11,14,15,2,21,0,2,7,22,0,22,11,14,21,0,13,0,33,16,22,0,23,11,14,0,61,0,63,0,64,0,58,0,65,0,58,0,62,3,2,0,66,0,62,0,63,0,25,16,0,28,16,0,30,0,67,17,3,9,0,40,21,0,3,7,0,23,0,13,19,0,52,0,41,0,43,0,20,7,7,8,16,0,21,16,22,0,24,11,14,0,2,0,48,0,6,7,9,22,0,25,11,14,21,0,25,0,51,0,13,0,49,0,25,8,8,22,0,26,11,14,21,0,25,0,51,0,13,0,49,0,25,8,0,0,0,61,19,8,22,0,27,11,14,15,3,22,0,28,11,14,15,4,22,0,29,11,14,15,5,22,0,30,11,14,15,6,22,0,31,11,14,15,7,22,0,32,11,25,21,0,1,0,11,16,0,43,15,8,7,21,0,4,17,0,21,16,25,21,1,21,21,1,20,0,51,0,104,8,0,105,0,19,3,3,7,0,41,0,39,7,0,62,19,22,0,2,11,14,21,0,1,0,52,0,32,8,0,52,0,17,0,56,0,18,0,30,0,13,19,0,49,21,0,2,8,8,8,0,18,0,19,19,22,0,3,11,14,21,0,1,0,31,16,22,0,4,11,14,0,19,0,31,21,0,1,0,32,21,0,4,17,19,0,6,0,61,19,0,41,0,1,7,0,61,19,0,41,0,32,7,21,0,4,19,21,0,3,0,19,19,25,0,84,0,14,21,0,1,17,22,0,3,11,14,0,85,0,14,21,0,1,17,22,0,4,11,0,9,0,51,0,26,0,51,0,62,0,62,3,2,8,8,16,0,30,16,22,0,5,11,14,0,86,0,14,21,0,1,17,22,0,6,11,0,30,16,22,0,7,11,14,21,0,5,21,0,7,0,24,0,58,17,21,0,3,0,30,16,3,3,0,21,16,22,0,8,11,0,31,16,22,0,9,11,14,21,0,8,0,32,21,0,9,17,22,0,8,12,14,21,0,5,0,0,0,63,17,21,0,7,0,24,0,61,17,0,61,0,21,21,1,0,0,14,21,0,1,17,17,0,30,16,0,30,0,51,21,0,3,0,48,0,0,7,16,0,21,0,62,17,0,52,0,32,0,49,0,27,0,52,0,1,8,8,8,8,16,3,3,0,21,16,0,32,21,0,9,17,22,0,10,11,14,0,19,0,33,0,58,19,0,14,0,62,19,0,56,15,9,8,22,0,11,11,14,0,30,0,51,21,0,10,0,31,21,0,8,17,0,43,0,62,7,0,21,0,61,19,21,0,11,0,13,0,52,0,21,8,19,0,23,0,13,19,16,8,0,45,0,30,7,9,0,23,21,0,1,0,13,16,19,22,0,12,11,14,21,0,8,21,0,12,16,22,0,13,11,14,21,0,10,21,0,12,16,22,0,14,11,14,21,0,14,0,10,21,0,13,17,22,0,15,11,0,48,0,13,7,16,0,8,16,22,0,16,11,14,21,0,16,0,11,21,0,14,17,0,9,21,0,6,0,10,21,0,4,17,17,0,46,0,10,7,0,56,15,10,8,16,14,0,87,0,14,21,0,1,17,0,9,21,0,16,17,22,0,17,11,14,21,0,4,0,9,21,0,13,17,0,27,16,0,10,21,0,17,17,0,30,16,22,0,18,11,14,21,0,18,21,0,17,0,52,0,32,8,0,2,0,82,0,1,0,87,17,19,0,1,21,0,1,0,52,0,32,8,19,16,22,0,19,11,14,21,0,6,0,9,22,0,13,13,0,26,16,0,9,21,0,6,17,22,0,20,11,0,12,22,0,16,13,14,21,0,15,0,9,21,0,6,17,0,48,0,13,7,16,0,2,21,0,20,0,27,16,0,12,21,0,13,17,22,0,21,11,0,48,0,0,7,16,17,0,41,0,1,7,0,61,17,0,41,0,38,7,21,0,1,17,0,43,0,24,7,0,61,17,22,0,22,11,14,21,0,16,0,30,16,22,0,23,11,14,21,0,16,0,27,0,61,17,0,30,16,0,23,0,51,0,13,8,21,0,23,17,22,0,24,11,14,15,11,22,0,25,11,14,21,0,23,21,0,3,0,52,0,32,8,0,2,0,1,19,21,0,24,17,0,1,22,0,24,13,14,21,0,1,0,32,21,0,23,17,21,1,22,16,22,0,26,11,14,21,1,16,0,33,0,50,0,41,0,1,7,0,22,0,18,19,8,21,1,13,17,21,1,18,21,0,26,17,22,0,27,11,0,11,0,51,0,27,8,16,22,0,28,11,14,21,1,15,0,46,0,0,7,16,0,0,0,58,17,0,14,21,0,26,17,22,0,29,11,14,21,0,26,0,30,21,0,28,17,0,41,0,1,7,21,1,15,0,33,16,17,0,41,0,3,0,49,0,5,8,7,21,1,1,17,22,0,30,11,14,21,1,15,0,33,16,0,0,21,1,1,17,0,16,21,0,26,17,0,9,21,0,27,17,0,2,21,1,1,17,0,1,22,0,26,13,14,0,62,0,11,21,0,30,17,0,21,0,62,17,0,32,21,0,28,0,48,0,0,7,16,17,0,9,21,0,27,17,22,0,31,11,0,12,21,0,27,17,22,0,32,11,14,21,0,27,0,2,21,0,26,17,0,21,0,51,0,62,8,0,30,21,0,31,0,21,0,62,17,0,26,0,52,0,10,8,16,19,0,50,21,1,29,8,21,0,24,17,22,0,33,11,14,21,0,30,0,30,0,51,0,15,0,51,0,62,8,8,16,0,14,0,51,0,63,8,0,52,0,9,8,0,0,0,19,19,21,0,32,0,11,0,51,0,26,8,16,0,41,0,30,7,21,0,29,17,17,22,0,34,11,14,21,0,26,0,38,21,0,31,0,12,21,0,28,17,0,48,0,0,7,16,0,2,21,0,29,0,12,21,0,32,17,17,0,41,0,1,7,0,61,17,17,22,0,35,11,14,21,0,16,0,27,16,0,48,0,0,7,16,0,32,21,0,21,0,30,16,0,21,21,0,18,17,17,0,21,21,0,28,0,30,16,0,32,0,51,21,0,31,0,52,0,32,8,0,31,9,8,16,17,22,0,36,11,14,21,0,35,21,0,33,21,0,19,21,0,22,3,4,22,0,37,11,14,21,0,37,0,43,0,34,7,16,22,0,38,11,0,41,0,43,0,30,0,51,0,48,0,6,7,0,27,0,58,19,0,12,0,19,19,8,7,7,22,0,37,13,14,21,1,16,21,1,18,21,0,26,17,0,10,21,0,27,17,0,8,16,22,0,39,11,14,21,0,27,0,26,0,52,0,12,8,16,0,10,21,0,39,17,0,41,0,30,7,22,0,23,13,14,21,0,26,0,32,0,51,21,0,36,8,0,53,21,0,37,0,43,0,13,7,16,0,27,21,1,23,17,0,48,0,0,7,16,0,0,21,0,38,17,0,21,16,8,16,21,0,25,21,0,39,0,10,21,0,28,17,17,22,0,26,12,14,21,1,7,0,33,0,52,0,1,8,0,2,21,1,18,19,21,0,26,17,0,1,22,0,26,13,14,21,1,19,0,14,21,0,26,17,0,41,0,21,7,0,13,0,21,19,0,61,17,0,30,16,0,24,0,61,17,0,24,0,58,17,22,0,40,11,0,43,0,61,7,16,0,48,0,13,7,16,22,0,41,11,14,21,1,9,0,33,16,0,0,0,64,0,67,3,2,17,0,36,21,0,26,0,32,21,0,41,0,1,21,0,40,17,17,0,0,21,0,41,17,17,0,26,0,52,0,10,8,16,0,12,21,0,41,17,0,41,0,30,7,21,0,40,17,22,0,42,11,14,21,1,19,0,13,21,0,26,17,0,32,0,51,21,0,42,8,0,53,0,43,0,61,7,8,16,0,41,15,12,7,22,0,26,13,14,0,62,0,21,21,1,24,17,0,32,21,0,26,0,5,21,1,23,17,17,0,30,0,51,21,0,37,0,33,16,0,13,16,0,21,21,1,23,17,21,1,18,21,0,26,17,8,0,53,21,0,34,8,16,22,0,43,11,14,21,1,12,0,33,16,0,67,3,2,21,1,18,21,0,26,17,0,2,0,67,17,0,0,22,0,26,13,14,21,0,26,21,0,43,21,0,37,21,0,24,21,0,23,3,5,25,15,13,22,0,3,11,14,21,1,21,21,1,20,0,51,0,107,8,0,108,21,1,2,0,52,0,32,8,0,109,3,4,7,22,0,4,11,14,21,1,14,0,46,0,25,0,52,0,0,8,7,16,0,21,0,110,0,46,0,1,7,16,0,0,21,1,15,0,33,16,17,17,0,43,21,0,1,0,52,0,14,8,7,16,22,0,5,22,0,6,22,0,7,22,0,8,22,0,9,4,5,11,14,21,1,15,0,33,16,0,11,21,0,1,17,0,10,21,0,5,17,0,8,16,21,0,2,21,0,3,21,0,1,0,52,0,30,8,0,49,21,0,4,8,8,16,14,21,0,1,0,14,0,62,17,22,0,10,11,0,10,21,0,5,17,22,0,11,11,0,10,21,0,9,17,22,0,12,11,14,21,0,11,0,10,21,0,8,17,0,8,16,22,0,13,11,14,21,0,11,0,27,16,0,12,21,0,8,17,21,0,2,21,0,3,0,111,8,16,14,21,0,12,0,10,21,0,8,17,0,9,21,0,12,0,26,0,61,17,17,21,0,2,21,0,3,0,112,8,16,14,21,0,1,0,30,21,0,12,17,0,11,0,51,0,27,8,0,10,0,14,0,51,0,62,8,19,16,0,8,16,21,0,2,0,30,21,0,12,19,21,0,3,0,113,8,16,14,21,0,8,0,10,21,0,10,17,0,26,0,10,21,0,5,0,26,16,0,9,21,0,6,17,19,0,9,0,27,19,0,61,17,0,12,21,0,7,0,10,21,0,6,17,17,21,0,2,21,0,3,0,114,8,16,14,21,0,13,0,9,0,51,0,8,21,1,27,0,50,0,12,8,21,1,13,0,33,16,0,13,21,0,1,17,0,11,21,0,9,17,19,0,15,0,26,19,8,16,0,9,0,51,0,48,0,0,7,21,1,25,0,1,0,19,19,0,8,19,0,16,0,68,19,8,16,22,0,14,11,14,21,1,13,0,33,16,0,41,0,1,7,0,61,17,0,1,21,0,1,17,0,2,21,0,14,17,0,30,21,0,9,0,8,16,17,0,41,0,32,7,0,57,0,25,16,0,41,0,21,7,0,69,0,61,3,2,17,0,21,0,58,17,17,22,0,15,11,14,21,0,15,0,26,16,0,27,16,0,48,0,0,0,51,0,57,0,52,0,2,8,8,0,2,0,15,0,51,0,62,8,19,7,16,0,30,21,0,15,0,15,0,62,17,0,26,0,52,0,12,8,16,17,22,0,16,11,14,21,0,8,0,27,16,0,30,21,0,13,0,27,0,52,0,12,8,16,22,0,17,11,17,0,41,0,32,7,0,61,0,58,3,2,17,0,2,22,0,16,13,14,21,0,10,0,30,21,0,11,17,22,0,18,11,14,21,0,14,0,26,0,52,0,12,8,16,0,30,16,0,0,0,61,17,0,62,0,21,21,0,9,17,21,1,27,16,0,52,0,32,8,0,52,0,1,0,2,0,11,0,51,0,27,8,19,8,16,0,30,21,0,18,17,22,0,19,11,14,21,0,18,0,8,16,0,2,21,0,16,17,0,26,16,0,30,21,0,18,17,0,41,0,1,7,21,0,19,17,22,0,20,11,0,7,16,0,4,0,57,17,22,0,21,11,14,0,61,0,70,3,2,0,32,21,0,7,0,30,21,0,17,17,17,0,2,21,0,16,17,0,30,21,0,18,17,0,30,0,51,21,0,20,0,11,0,62,17,8,0,53,0,2,8,21,0,21,17,0,30,0,51,21,0,20,0,12,0,62,17,8,0,53,0,41,0,3,7,8,21,0,21,17,25,21,0,2,22,0,3,22,0,4,22,0,5,22,0,6,4,4,11,14,21,0,4,0,13,16,22,0,7,11,14,15,14,22,0,8,11,14,15,15,22,0,9,11,14,21,1,9,21,1,18,21,0,1,17,0,2,21,0,3,0,2,0,63,17,0,1,0,58,17,17,22,0,10,11,0,48,0,0,7,16,22,0,11,11,0,31,16,22,0,12,11,14,0,58,0,14,21,0,3,17,0,32,21,0,12,17,22,0,13,11,14,21,0,1,0,32,21,0,12,17,22,0,14,11,14,21,0,14,0,30,0,51,0,62,0,52,0,11,8,8,0,41,0,1,7,0,61,19,0,17,0,56,21,0,8,8,0,30,0,51,0,62,0,52,0,12,8,8,19,21,0,10,0,32,21,0,12,17,17,14,21,0,11,0,33,21,0,12,0,33,16,17,0,15,0,62,17,0,39,0,119,17,14,21,0,14,0,30,21,0,13,17,0,14,0,51,21,1,19,8,0,9,0,51,0,27,8,0,14,0,51,21,1,9,0,33,16,8,19,16,21,0,12,0,30,21,0,13,19,21,0,9,0,120,8,16,14,21,0,13,0,21,0,61,17,0,9,0,51,0,26,0,51,0,61,8,8,16,15,16,16,14,21,0,10,0,0,21,0,3,17,0,15,0,62,17,0,26,16,22,0,15,11,0,12,21,1,8,0,33,16,0,14,21,0,1,17,17,0,1,22,0,3,13,14,21,0,3,0,15,0,62,17,0,27,16,0,9,21,0,15,17,0,12,21,0,3,0,66,0,52,0,15,8,0,9,0,11,0,51,0,72,8,19,16,17,0,13,0,49,0,25,8,21,0,9,0,122,8,16,14,0,66,0,14,21,0,3,17,0,10,0,51,0,26,8,16,22,0,16,11,0,32,0,51,21,0,12,8,0,53,0,27,8,16,22,0,17,11,14,21,1,9,0,33,16,0,0,0,61,17,0,14,21,0,1,17,22,0,18,11,14,21,0,16,0,32,21,0,12,17,0,31,16,0,41,0,32,7,22,0,12,13,14,0,58,0,14,21,0,3,17,0,10,21,0,16,17,0,32,21,0,12,17,0,21,0,61,17,0,0,0,51,0,48,0,0,7,8,16,0,31,16,0,41,0,32,7,0,8,0,31,0,52,0,41,0,32,7,8,19,0,32,0,51,0,31,8,0,18,19,21,0,12,0,21,0,58,17,17,0,24,0,58,17,0,48,0,0,7,16,0,31,16,22,0,19,11,14,21,1,9,0,33,16,0,0,0,63,17,0,63,3,2,21,1,18,21,0,1,17,0,2,21,0,10,17,0,32,21,0,19,17,22,0,20,11,0,48,0,0,7,16,22,0,21,11,0,31,16,22,0,22,11,14,21,0,22,0,41,0,32,7,22,0,19,13,14,21,0,22,0,41,0,32,7,22,0,21,13,14,21,0,22,0,41,0,32,7,22,0,20,13,14,21,0,19,0,41,0,32,7,22,0,1,13,14,21,0,19,0,41,0,32,7,22,0,10,13,14,21,0,19,0,41,0,32,7,22,0,5,13,14,21,0,19,0,41,0,32,7,22,0,6,13,14,0,62,0,11,21,0,20,17,0,30,16,22,0,23,11,14,0,62,0,12,21,0,20,17,22,0,24,11,0,48,0,0,7,16,22,0,25,11,14,0,14,0,18,0,30,0,10,19,21,0,24,19,0,41,0,21,7,0,30,0,21,19,0,61,19,0,8,9,22,0,26,11,14,21,0,1,0,31,21,1,12,0,33,16,0,0,0,67,17,0,0,0,62,0,64,0,71,0,67,3,4,17,17,22,0,27,11,14,21,0,27,21,0,26,0,61,17,22,0,28,11,14,21,0,27,21,0,26,0,51,0,64,8,0,2,0,63,19,0,6,21,0,26,0,51,0,63,8,19,16,22,0,29,11,0,0,0,51,0,11,0,51,0,62,8,0,10,21,0,28,19,8,16,22,0,30,11,14,21,0,30,0,33,16,0,11,0,62,17,21,0,1,0,49,15,17,8,0,30,9,21,0,9,0,123,8,16,14,21,0,1,21,0,26,21,1,8,0,33,16,17,22,0,31,11,14,0,62,0,14,21,0,30,17,0,12,21,0,31,17,0,46,0,10,7,16,21,0,1,0,49,15,18,8,0,30,9,21,0,9,0,124,8,16,14,21,0,28,0,2,0,64,17,0,0,0,62,0,63,0,64,3,3,0,32,21,0,29,17,17,22,0,32,11,14,21,0,17,0,10,21,0,16,17,0,8,16,22,0,33,11,0,9,21,0,18,17,22,0,34,11,14,21,0,3,0,32,0,51,21,0,19,0,32,21,0,23,17,8,0,53,21,0,30,0,24,0,61,17,8,16,0,2,21,0,33,17,0,41,0,1,7,21,0,16,17,22,0,3,12,14,0,62,0,11,21,0,3,17,0,32,0,51,21,0,12,8,0,53,0,27,0,51,0,61,8,8,16,22,0,35,11,0,27,16,0,9,21,0,34,17,22,0,36,11,14,21,0,3,0,32,21,0,36,0,8,16,21,1,26,16,17,0,2,21,0,36,17,0,0,21,0,3,17,0,19,0,15,0,63,19,0,11,21,0,35,19,0,1,0,19,19,0,6,0,19,0,14,0,64,19,0,2,21,0,35,0,0,0,61,17,19,0,32,0,51,21,0,12,8,0,53,0,27,8,9,19,16,22,0,37,11,14,21,0,37,0,32,0,0,0,6,0,61,19,0,5,0,19,19,21,0,36,0,8,16,0,48,0,0,7,16,0,52,0,19,0,1,0,32,19,8,19,0,62,0,14,21,0,37,17,0,9,21,0,34,17,0,8,16,21,1,26,16,17,0,6,22,0,37,13,14,21,0,37,0,27,16,0,2,21,0,34,17,0,0,22,0,3,13,14,21,1,23,0,1,21,0,1,17,22,0,38,11,21,0,7,0,52,0,11,8,0,9,0,15,0,51,0,62,8,19,16,22,0,39,11,0,30,16,22,0,40,11,0,41,0,32,7,21,0,1,17,22,0,41,11,14,21,1,12,21,1,18,21,0,1,17,0,30,16,22,0,42,11,14,21,0,20,0,1,22,0,10,13,14,21,0,10,0,48,0,0,7,16,22,0,11,12,0,31,16,22,0,12,12,14,21,0,19,0,32,21,0,12,17,22,0,43,11,14,21,0,16,0,1,21,0,17,17,0,32,21,0,43,17,0,12,0,30,0,50,0,1,8,0,11,19,0,62,17,0,41,0,3,7,0,63,17,0,0,0,61,17,22,0,44,11,14,21,1,9,0,33,16,0,0,0,67,17,0,14,21,0,1,17,0,32,21,0,12,17,0,30,16,22,0,45,11,14,21,0,10,0,32,21,0,12,17,0,11,21,0,12,0,52,0,30,8,0,11,9,0,50,0,22,8,0,12,19,0,62,17,0,43,0,21,7,21,0,23,21,0,24,0,30,16,3,2,17,0,46,15,19,7,16,14,21,0,16,0,32,21,0,43,17,0,31,16,22,0,46,11,0,41,0,32,7,22,0,12,13,14,21,0,19,0,32,21,0,12,17,22,0,43,12,14,21,0,12,0,31,16,22,0,47,11,14,21,0,12,0,41,0,32,7,22,0,1,13,14,21,0,43,0,41,0,32,7,22,0,3,13,14,21,0,43,0,41,0,32,7,22,0,37,13,14,21,0,16,0,12,21,0,17,17,0,32,21,0,43,17,0,30,16,0,21,21,0,46,0,31,16,0,32,21,0,45,17,17,22,0,45,12,14,21,0,47,0,32,21,0,23,17,22,0,48,11,0,30,21,0,31,0,24,0,61,17,17,0,0,0,61,17,22,0,49,11,14,21,0,49,0,13,0,11,0,62,19,0,56,0,19,0,44,0,0,7,0,64,0,25,16,19,0,41,0,32,7,0,51,0,58,0,61,3,2,0,52,0,21,8,8,21,0,3,19,0,13,0,65,0,62,0,58,3,3,19,0,47,0,10,7,9,0,49,21,0,12,0,32,21,0,49,19,21,0,9,0,125,8,8,8,16,14,21,0,12,0,32,0,61,0,0,21,0,49,17,17,0,40,21,0,17,7,0,32,21,0,19,0,52,0,32,8,19,0,12,21,0,39,0,52,0,32,8,19,16,21,0,12,0,32,21,0,49,19,21,0,9,0,126,8,16,14,0,65,0,15,21,0,3,17,22,0,50,11,14,0,62,0,11,21,0,3,17,0,11,21,0,50,17,22,0,51,11,14,21,0,51,0,27,16,21,1,26,16,0,41,0,32,7,21,0,37,17,22,0,52,11,0,15,0,61,17,22,0,53,11,14,0,63,0,16,21,0,3,17,0,9,0,63,0,11,21,0,52,17,17,22,0,54,11,0,30,16,0,28,16,22,0,55,11,14,0,64,0,14,21,0,3,17,22,0,56,11,0,9,21,0,54,17,0,26,16,0,10,21,0,54,17,22,0,57,11,14,0,63,0,25,16,0,36,21,0,3,17,0,10,21,0,57,17,0,11,21,0,56,17,0,27,0,15,21,0,56,19,0,9,0,26,19,16,0,12,21,0,54,17,21,0,12,21,0,9,0,127,8,16,14,0,62,0,14,21,0,3,17,0,11,0,51,0,10,0,51,0,27,8,8,21,0,57,17,0,26,0,52,0,9,8,16,21,0,12,21,0,9,0,128,1,8,16,14,0,61,0,16,21,0,37,17,0,26,16,0,9,21,1,8,0,33,16,0,0,0,63,17,0,14,21,0,1,17,17,0,11,21,0,53,17,22,0,58,11,14,21,0,58,0,10,21,0,57,17,0,8,16,0,28,0,53,21,1,25,0,1,0,18,19,0,51,0,13,0,49,0,25,8,8,8,16,22,0,59,11,14,21,0,50,0,30,16,22,0,60,11,0,0,0,51,21,0,59,0,52,0,32,8,8,16,0,0,0,61,17,22,0,61,11,14,21,0,3,0,32,21,0,60,17,0,13,0,72,17,22,0,62,11,14,21,0,3,0,32,21,0,61,17,22,0,63,11,0,13,21,0,52,0,32,21,0,61,17,17,21,0,12,0,32,21,0,61,19,21,0,9,0,129,1,8,16,14,21,1,23,0,1,21,0,1,17,21,0,7,0,52,0,11,8,0,9,0,15,0,51,0,73,8,19,16,22,0,64,11,14,21,0,64,0,32,21,0,61,17,0,10,0,62,0,14,21,0,63,17,17,0,8,16,21,0,12,0,32,21,0,61,19,21,0,9,0,130,1,8,16,14,21,0,1,0,43,0,62,7,16,0,32,0,51,21,0,61,8,0,53,21,0,1,0,32,21,0,60,17,0,41,0,1,7,21,1,8,0,33,16,17,0,2,0,63,17,0,0,21,0,49,0,36,21,0,60,17,17,0,0,21,0,62,17,0,0,0,61,17,8,16,0,1,0,51,0,26,8,16,0,32,21,0,47,17,0,48,0,0,7,16,0,27,16,22,0,65,11,0,32,21,0,12,17,0,2,16,22,0,66,11,14,21,0,52,0,14,0,62,17,0,9,21,0,66,17,0,11,0,61,0,67,3,2,0,0,0,51,0,33,8,21,1,9,17,0,36,21,0,1,17,0,10,21,0,51,17,0,10,21,0,64,17,17,21,0,12,21,0,9,0,131,1,8,16,14,21,0,66,0,12,0,51,0,27,8,16,0,9,21,0,3,0,15,0,62,17,17,0,9,21,0,52,0,11,0,62,17,17,21,0,12,21,0,9,0,132,1,8,16,14,21,0,65,0,32,21,0,40,17,22,0,67,11,14,0,63,0,71,3,2,21,1,18,21,0,67,17,22,0,68,11,14,21,0,67,0,7,0,9,0,11,19,0,63,17,22,0,69,11,0,41,0,30,7,21,0,40,17,22,0,70,11,0,43,0,62,7,16,22,0,71,11,14,21,0,40,0,49,0,30,0,51,21,0,69,8,0,52,0,21,8,8,22,0,72,11,14,0,62,0,11,21,0,20,17,0,48,0,0,7,16,0,32,21,0,70,17,22,0,73,11,14,21,0,24,0,13,0,21,0,30,19,16,0,32,21,0,73,17,22,0,74,11,14,21,0,25,0,32,21,0,40,17,0,41,21,0,22,0,32,21,0,23,17,0,21,21,0,1,0,13,16,17,7,0,32,0,30,0,51,21,0,68,8,0,21,21,0,73,19,19,0,21,21,0,22,0,30,21,0,24,17,0,21,0,58,17,0,52,0,32,8,0,0,21,0,67,0,14,0,61,17,19,19,16,22,0,75,11,14,21,0,71,0,21,22,0,68,13,14,21,0,41,0,30,21,0,69,17,0,21,22,0,41,13,14,21,0,75,0,31,16,0,32,0,51,21,0,41,0,30,0,51,21,0,68,8,0,52,0,21,8,16,22,0,76,11,0,52,0,32,8,0,31,9,8,16,22,0,77,11,14,21,0,77,0,30,0,51,0,15,0,51,21,0,68,0,13,16,8,8,16,15,20,16,14,21,0,77,0,32,0,51,21,0,68,0,41,0,30,7,16,0,1,16,0,21,21,0,68,17,0,52,0,32,0,49,0,48,0,0,7,8,8,0,31,9,8,16,0,30,0,51,21,0,68,0,13,16,0,52,0,11,8,8,16,22,0,77,12,14,21,0,77,0,41,0,32,7,22,0,68,13,14,21,0,77,0,41,0,32,7,22,0,41,13,14,21,0,72,0,32,21,0,77,19,22,0,72,12,14,21,0,41,0,13,0,51,0,27,8,16,0,11,21,0,68,17,21,0,72,21,0,9,0,30,21,1,20,0,134,1,19,8,16,14,21,0,70,0,43,0,63,7,16,0,21,0,61,0,64,3,2,21,1,18,21,0,67,17,17,0,32,21,0,77,17,15,21,16,14,21,0,74,0,21,21,0,40,17,0,32,0,51,21,0,77,8,0,53,0,32,0,51,21,0,68,21,1,26,16,8,8,16,22,0,78,11,14,0,63,0,71,3,2,21,1,18,21,0,65,17,0,9,21,0,39,17,0,48,0,0,7,16,21,1,25,0,1,0,19,19,21,0,24,17,22,0,79,11,0,30,21,0,24,0,26,0,61,17,17,22,0,80,11,14,21,0,38,0,32,21,0,42,17,0,0,0,63,17,0,15,0,51,0,62,8,0,52,0,0,8,16,0,0,21,0,28,0,2,0,64,17,0,32,21,0,25,0,32,21,0,42,17,17,17,0,21,0,61,0,1,21,0,79,17,0,0,21,0,32,0,32,21,0,25,17,17,0,32,21,0,78,17,17,22,0,81,11,14,21,0,65,0,32,21,0,42,17,0,21,21,0,71,17,0,21,21,0,67,17,0,11,0,62,17,0,0,0,74,17,21,0,42,0,43,0,62,7,16,0,21,21,0,71,17,0,21,21,0,78,0,23,0,51,0,13,8,21,0,40,17,21,0,21,0,52,0,32,8,0,50,0,1,8,21,0,40,17,17,21,0,81,3,3,22,0,82,11,14,21,0,74,0,11,0,51,0,27,0,51,0,58,8,8,16,0,30,16,22,0,83,11,14,21,0,42,0,21,21,0,74,17,0,21,21,0,40,17,0,30,0,64,17,21,0,74,0,32,21,0,83,17,3,2,0,30,0,61,0,64,3,2,17,0,28,0,58,17,0,21,16,22,0,84,11,14,21,0,82,0,12,16,0,29,16,0,20,16,21,0,83,0,43,0,64,7,16,21,0,83,0,19,0,1,0,26,19,0,51,0,13,8,21,0,74,17,21,0,83,0,43,0,75,7,16,3,4,0,28,0,58,17,22,0,85,11,14,21,0,57,0,8,16,0,48,0,0,7,16,21,1,25,0,1,0,19,19,21,0,51,17,0,7,0,10,0,12,19,0,63,17,0,9,21,0,53,17,22,0,86,11,14,21,0,54,0,27,16,0,10,0,61,0,14,21,0,3,17,17,22,0,87,11,0,11,21,0,66,0,11,21,0,51,17,0,10,0,51,0,26,8,16,0,10,21,0,57,17,0,10,21,0,86,17,22,0,88,11,17,0,30,16,22,0,89,11,14,21,0,87,0,10,21,0,88,17,0,12,21,0,53,17,21,0,12,21,0,9,0,136,1,8,16,14,0,62,0,14,21,0,3,17,0,11,21,0,57,17,0,10,0,62,0,16,21,0,3,17,0,9,21,0,53,17,17,0,11,21,1,11,0,33,16,0,14,21,0,1,17,17,0,26,16,0,32,21,0,89,17,22,0,90,11,14,21,1,19,0,11,21,0,1,17,0,30,16,22,0,91,11,0,41,0,32,7,21,0,1,17,22,0,92,11,0,9,16,0,37,16,22,0,93,11,0,27,0,1,0,19,19,0,58,17,0,30,16,0,32,21,0,92,17,22,0,94,11,14,21,0,7,0,0,21,1,23,17,22,0,95,11,0,16,21,0,1,17,0,30,16,22,0,96,11,0,21,21,0,91,17,22,0,97,11,14,21,0,1,0,32,21,0,96,17,0,0,21,0,93,0,13,16,0,41,0,1,7,21,0,95,17,17,0,21,22,0,94,13,14,21,1,19,0,14,21,0,1,17,22,0,98,11,14,21,1,9,0,33,16,0,0,0,63,17,0,14,21,0,1,17,22,0,99,11,14,21,1,9,0,33,16,0,0,0,71,17,0,14,21,0,1,17,22,0,100,11,21,1,26,0,50,0,11,8,21,0,99,17,0,9,21,0,98,17,22,0,101,11,14,0,62,0,21,21,0,101,17,0,48,0,0,7,16,0,30,0,61,0,21,21,0,100,17,17,0,24,0,61,17,0,27,0,52,0,1,8,16,0,0,21,0,51,0,26,0,61,17,0,30,21,0,100,17,0,8,16,17,0,41,0,21,7,21,0,44,17,22,0,102,11,14,21,0,98,0,11,21,0,101,17,0,30,16,22,0,103,11,14,21,0,99,0,30,16,22,0,104,11,14,21,0,97,21,0,97,21,0,48,21,0,48,21,0,103,21,0,45,0,30,0,63,17,21,0,61,0,30,21,0,62,17,21,0,59,0,32,21,0,55,17,0,6,0,61,17,0,0,21,0,55,17,21,0,90,0,0,21,0,89,17,0,0,0,51,21,0,59,0,52,0,32,8,0,2,21,0,90,19,8,16,21,0,104,3,10,0,21,16,0,41,0,32,7,21,0,12,17,0,21,21,0,84,17,22,0,105,11,0,31,16,22,0,106,11,14,21,0,97,0,43,0,62,7,16,21,0,94,21,0,48,0,43,0,76,7,16,21,0,48,0,13,16,0,25,16,0,0,0,61,17,21,0,103,0,43,0,75,7,16,21,0,102,0,22,21,0,66,0,32,21,0,45,17,0,0,0,64,17,17,0,29,16,0,20,16,21,0,1,0,0,21,0,58,17,0,32,21,0,60,0,30,21,0,62,17,17,0,0,21,1,8,0,33,16,0,0,0,61,17,0,1,0,77,17,17,0,6,0,77,17,21,0,3,0,32,21,0,55,17,0,0,0,67,17,21,0,52,0,32,21,0,89,17,0,2,0,79,17,0,1,21,0,90,17,0,0,0,78,17,0,14,0,51,0,57,8,0,2,0,60,19,0,0,0,19,19,16,21,0,104,0,43,0,80,7,16,3,10,0,21,21,0,85,17,0,21,16,0,32,21,0,106,17,22,0,107,11,14,0,80,0,21,21,0,107,17,21,1,31,16,22,0,108,22,0,109,22,0,110,4,3,11,14,21,0,108,21,0,93,21,0,29,21,0,28,0,8,16,21,0,104,0,13,0,50,0,1,8,21,0,107,17,0,16,21,0,106,17,0,21,0,61,17,0,41,0,30,7,21,0,109,17,21,0,32,0,0,21,0,80,17,3,4,21,0,5,0,32,0,21,0,19,19,0,58,17,0,32,21,0,105,0,32,21,0,106,17,0,41,0,21,7,0,58,17,17,0,30,21,0,110,17,3,4,25,0,81,22,0,3,11,14,21,0,1,0,6,0,61,17,0,45,0,4,7,21,0,3,17,0,5,16,22,0,4,11,0,0,0,61,17,22,0,5,11,0,27,16,0,48,0,0,7,16,22,0,6,11,14,21,0,6,0,30,21,0,5,17,0,1,0,51,0,13,0,49,0,25,8,8,16,0,31,16,0,31,16,22,0,7,11,14,21,0,1,15,22,21,0,4,17,0,32,21,0,7,17,22,0,8,11,14,21,0,8,21,0,6,21,0,5,3,3,25,21,0,1,21,1,28,16,22,0,3,11,22,0,4,22,0,5,22,0,6,22,0,7,22,0,8,4,5,11,14,21,0,4,21,1,30,21,0,5,21,0,6,0,33,16,21,0,7,21,0,8,3,4,17,22,0,9,22,0,10,22,0,11,22,0,12,4,4,11,14,21,0,9,21,0,6,0,24,0,61,17,0,21,21,0,2,0,32,21,0,10,17,3,1,17,0,21,16,21,0,11,0,12,16,0,29,16,0,42,0,11,7,16,21,0,12,21,0,3,3,5,25,21,0,1,21,0,2,16,25,21,0,1,0,32,0,51,21,0,2,0,30,21,0,1,17,8,0,53,0,43,0,61,7,8,16,21,1,11,21,0,2,0,41,0,32,7,16,17,25,0,62,0,39,21,0,1,0,30,16,0,33,16,0,106,3,2,17,25,21,0,2,0,41,0,30,7,22,1,24,13,14,21,0,1,0,30,21,0,2,17,25,21,0,2,0,41,0,30,7,22,1,23,13,14,21,0,1,21,1,25,21,0,2,17,25,0,46,0,10,7,0,56,21,0,1,0,11,0,50,0,22,8,21,0,2,0,52,0,30,8,19,0,41,0,39,7,0,62,19,8,25,0,62,0,28,0,52,0,44,0,14,7,8,0,47,15,23,7,0,19,0,49,0,43,0,62,7,8,19,0,33,0,58,19,3,2,0,54,0,13,0,11,0,62,19,0,50,0,9,8,8,22,0,3,11,14,15,24,22,0,4,11,14,0,62,21,0,4,0,116,8,0,41,0,61,21,0,4,0,117,8,7,3,2,0,54,0,13,0,50,0,12,8,8,22,0,5,11,14,21,0,1,21,0,5,0,118,3,2,0,54,0,13,0,50,0,5,8,0,11,21,0,3,19,8,21,0,2,17,0,41,0,39,7,0,62,17,25,0,14,0,56,0,46,0,10,7,8,0,56,21,0,1,0,11,0,50,0,22,8,21,0,2,0,52,0,30,8,0,41,0,61,0,55,0,32,8,7,21,1,6,0,22,21,1,5,17,19,0,29,0,49,0,9,8,9,19,0,41,0,39,7,0,62,19,8,25,21,1,14,0,21,0,62,17,0,30,21,0,1,17,0,13,21,2,9,0,33,16,0,0,0,71,17,17,21,1,12,0,21,0,62,19,0,30,21,0,1,19,21,1,9,0,121,8,16,25,21,2,12,21,2,18,21,0,1,17,0,9,21,1,25,0,14,0,62,17,17,25,21,2,8,0,33,16,0,14,21,0,1,17,0,9,21,1,30,0,13,0,62,17,0,32,21,1,25,17,17,25,21,1,5,0,32,0,51,21,0,2,8,0,53,21,1,5,0,32,21,0,1,17,8,16,22,1,5,12,14,21,1,6,0,32,0,51,21,0,1,8,0,53,21,1,6,0,32,21,0,2,17,8,16,22,1,6,12,25,21,1,75,0,32,0,51,21,0,1,8,0,13,0,51,0,27,8,9,0,50,0,10,8,21,1,76,17,0,8,16,21,1,72,0,30,0,51,21,1,68,8,0,52,0,21,8,9,0,32,21,0,1,19,21,1,9,0,133,1,8,16,25,21,0,1,0,30,21,0,1,0,2,16,0,10,21,1,68,17,22,0,3,11,17,0,27,0,52,0,1,8,16,0,15,0,63,17,21,1,72,0,30,21,0,3,19,21,1,9,0,135,1,8,16,25,21,0,2,0,2,16,22,0,3,11,14,21,0,1,21,0,3,0,46,0,10,7,16,0,56,0,30,0,51,21,0,3,8,0,50,21,1,3,0,52,0,3,8,0,5,9,0,52,21,0,0,8,8,0,21,0,7,0,0,21,0,3,0,52,0,2,8,19,0,51,21,1,3,8,19,8,0,61,0,1,21,0,2,17,17,25,21,0,1,0,27,16,0,0,21,0,2,17,0,48,0,6,7,16,0,6,21,0,1,17,25,0,35,0,14,0,18,0,49,0,13,8,19,0,41,0,30,7,0,19,19,0,0,21,0,2,19,0,41,0,32,7,21,3,2,19,0,21,0,101,19,0,21,21,0,1,19,0,21,0,115,19,25])
+ new Uint8Array([0,57,0,0,0,82,17,22,0,0,11,14,0,88,0,89,0,90,21,0,0,0,21,0,91,17,0,92,0,93,0,94,0,95,0,96,0,20,0,57,0,49,3,2,17,0,42,0,32,7,0,58,17,0,57,0,25,16,0,0,0,83,17,0,97,0,59,22,0,1,11,0,25,16,0,44,0,0,7,0,99,17,0,20,16,0,41,0,21,7,0,98,17,0,60,0,0,0,82,17,0,21,0,101,17,0,21,0,100,0,24,0,58,17,17,0,102,3,14,0,43,0,13,7,0,11,0,50,0,22,8,0,21,19,16,22,0,2,22,0,3,4,2,11,14,21,0,3,0,27,0,48,0,0,7,9,0,52,0,41,0,43,0,22,7,7,8,16,22,0,4,22,0,5,22,0,6,22,0,7,22,0,8,22,0,9,22,0,10,22,0,11,22,0,12,22,0,13,22,0,14,22,0,15,22,0,16,22,0,17,4,14,11,14,0,33,0,52,0,1,8,0,12,0,9,0,15,0,51,0,62,8,19,0,33,0,51,0,61,8,19,22,0,18,11,14,21,0,7,0,33,16,22,0,19,11,14,0,13,0,11,0,61,19,0,41,0,30,7,0,103,19,0,52,0,21,8,22,0,20,11,14,15,1,22,0,21,11,14,15,2,21,0,2,7,22,0,22,11,14,21,0,13,0,33,16,22,0,23,11,14,0,61,0,63,0,64,0,58,0,65,0,58,0,62,3,2,0,66,0,62,0,63,0,25,16,0,28,16,0,30,0,67,17,3,9,0,40,21,0,3,7,0,23,0,13,19,0,52,0,41,0,43,0,20,7,7,8,16,0,21,16,22,0,24,11,14,0,2,0,48,0,6,7,9,22,0,25,11,14,21,0,25,0,51,0,13,0,49,0,25,8,8,22,0,26,11,14,21,0,25,0,51,0,13,0,49,0,25,8,0,0,0,61,19,8,22,0,27,11,14,15,3,22,0,28,11,14,15,4,22,0,29,11,14,15,5,22,0,30,11,14,15,6,22,0,31,11,14,15,7,22,0,32,11,25,21,0,1,0,11,16,0,43,15,8,7,21,0,4,17,0,21,16,25,21,1,21,21,1,20,0,51,0,104,8,0,105,0,19,3,3,7,0,41,0,39,7,0,62,19,22,0,2,11,14,21,0,1,0,52,0,32,8,0,52,0,17,0,56,0,18,0,30,0,13,19,0,49,21,0,2,8,8,8,0,18,0,19,19,22,0,3,11,14,21,0,1,0,31,16,22,0,4,11,14,0,19,0,31,21,0,1,0,32,21,0,4,17,19,0,6,0,61,19,0,41,0,1,7,0,61,19,0,41,0,32,7,21,0,4,19,21,0,3,0,19,19,25,0,84,0,14,21,0,1,17,22,0,3,11,14,0,85,0,14,21,0,1,17,22,0,4,11,0,9,0,51,0,26,0,51,0,62,0,62,3,2,8,8,16,0,30,16,22,0,5,11,14,0,86,0,14,21,0,1,17,22,0,6,11,0,30,16,22,0,7,11,14,21,0,5,21,0,7,0,24,0,58,17,21,0,3,0,30,16,3,3,0,21,16,22,0,8,11,0,31,16,22,0,9,11,14,21,0,8,0,32,21,0,9,17,22,0,8,12,14,21,0,5,0,0,0,63,17,21,0,7,0,24,0,61,17,0,61,0,21,21,1,0,0,14,21,0,1,17,17,0,30,16,0,30,0,51,21,0,3,0,48,0,0,7,16,0,21,0,62,17,0,52,0,32,0,49,0,27,0,52,0,1,8,8,8,8,16,3,3,0,21,16,0,32,21,0,9,17,22,0,10,11,14,0,19,0,33,0,58,19,0,14,0,62,19,0,56,15,9,8,22,0,11,11,14,0,30,0,51,21,0,10,0,31,21,0,8,17,0,43,0,62,7,0,21,0,61,19,21,0,11,0,13,0,52,0,21,8,19,0,23,0,13,19,16,8,0,45,0,30,7,9,0,23,21,0,1,0,13,16,19,22,0,12,11,14,21,0,8,21,0,12,16,22,0,13,11,14,21,0,10,21,0,12,16,22,0,14,11,14,21,0,14,0,10,21,0,13,17,22,0,15,11,0,48,0,13,7,16,0,8,16,22,0,16,11,14,21,0,16,0,11,21,0,14,17,0,9,21,0,6,0,10,21,0,4,17,17,0,46,0,10,7,0,56,15,10,8,16,14,0,87,0,14,21,0,1,17,0,9,21,0,16,17,22,0,17,11,14,21,0,4,0,9,21,0,13,17,0,27,16,0,10,21,0,17,17,0,30,16,22,0,18,11,14,21,0,18,21,0,17,0,52,0,32,8,0,2,0,82,0,1,0,87,17,19,0,1,21,0,1,0,52,0,32,8,19,16,22,0,19,11,14,21,0,6,0,9,22,0,13,13,0,26,16,0,9,21,0,6,17,22,0,20,11,0,12,22,0,16,13,14,21,0,15,0,9,21,0,6,17,0,48,0,13,7,16,0,2,21,0,20,0,27,16,0,12,21,0,13,17,22,0,21,11,0,48,0,0,7,16,17,0,41,0,1,7,0,61,17,0,41,0,38,7,21,0,1,17,0,43,0,24,7,0,61,17,22,0,22,11,14,21,0,16,0,30,16,22,0,23,11,14,21,0,16,0,27,0,61,17,0,30,16,0,23,0,51,0,13,8,21,0,23,17,22,0,24,11,14,15,11,22,0,25,11,14,21,0,23,21,0,3,0,52,0,32,8,0,2,0,1,19,21,0,24,17,0,1,22,0,24,13,14,21,0,1,0,32,21,0,23,17,21,1,22,16,22,0,26,11,14,21,1,16,0,33,0,50,0,41,0,1,7,0,22,0,18,19,8,21,1,13,17,21,1,18,21,0,26,17,22,0,27,11,0,11,0,51,0,27,8,16,22,0,28,11,14,21,1,15,0,46,0,0,7,16,0,0,0,58,17,0,14,21,0,26,17,22,0,29,11,14,21,0,26,0,30,21,0,28,17,0,41,0,1,7,21,1,15,0,33,16,17,0,41,0,3,0,49,0,5,8,7,21,1,1,17,22,0,30,11,14,21,1,15,0,33,16,0,0,21,1,1,17,0,16,21,0,26,17,0,9,21,0,27,17,0,2,21,1,1,17,0,1,22,0,26,13,14,0,62,0,11,21,0,30,17,0,21,0,62,17,0,32,21,0,28,0,48,0,0,7,16,17,0,9,21,0,27,17,22,0,31,11,0,12,21,0,27,17,22,0,32,11,14,21,0,27,0,2,21,0,26,17,0,21,0,51,0,62,8,0,30,21,0,31,0,21,0,62,17,0,26,0,52,0,10,8,16,19,0,50,21,1,29,8,21,0,24,17,22,0,33,11,14,21,0,30,0,30,0,51,0,15,0,51,0,62,8,8,16,0,14,0,51,0,63,8,0,52,0,9,8,0,0,0,19,19,21,0,32,0,11,0,51,0,26,8,16,0,41,0,30,7,21,0,29,17,17,22,0,34,11,14,21,0,26,0,38,21,0,31,0,12,21,0,28,17,0,48,0,0,7,16,0,2,21,0,29,0,12,21,0,32,17,17,0,41,0,1,7,0,61,17,17,22,0,35,11,14,21,0,16,0,27,16,0,48,0,0,7,16,0,32,21,0,21,0,30,16,0,21,21,0,18,17,17,0,21,21,0,28,0,30,16,0,32,0,51,21,0,31,0,52,0,32,8,0,31,9,8,16,17,22,0,36,11,14,21,0,35,21,0,33,21,0,19,21,0,22,3,4,22,0,37,11,14,21,0,37,0,43,0,34,7,16,22,0,38,11,0,41,0,43,0,30,0,51,0,48,0,6,7,0,27,0,58,19,0,12,0,19,19,8,7,7,22,0,37,13,14,21,1,16,21,1,18,21,0,26,17,0,10,21,0,27,17,0,8,16,22,0,39,11,14,21,0,27,0,26,0,52,0,12,8,16,0,10,21,0,39,17,0,41,0,30,7,22,0,23,13,14,21,0,26,0,32,0,51,21,0,36,8,0,53,21,0,37,0,43,0,13,7,16,0,27,21,1,23,17,0,48,0,0,7,16,0,0,21,0,38,17,0,21,16,8,16,21,0,25,21,0,39,0,10,21,0,28,17,17,22,0,26,12,14,21,1,7,0,33,0,52,0,1,8,0,2,21,1,18,19,21,0,26,17,0,1,22,0,26,13,14,21,1,19,0,14,21,0,26,17,0,41,0,21,7,0,13,0,21,19,0,61,17,0,30,16,0,24,0,61,17,0,24,0,58,17,22,0,40,11,0,43,0,61,7,16,0,48,0,13,7,16,22,0,41,11,14,21,1,9,0,33,16,0,0,0,64,0,67,3,2,17,0,36,21,0,26,0,32,21,0,41,0,1,21,0,40,17,17,0,0,21,0,41,17,17,0,26,0,52,0,10,8,16,0,12,21,0,41,17,0,41,0,30,7,21,0,40,17,22,0,42,11,14,21,1,19,0,13,21,0,26,17,0,32,0,51,21,0,42,8,0,53,0,43,0,61,7,8,16,0,41,15,12,7,22,0,26,13,14,0,62,0,21,21,1,24,17,0,32,21,0,26,0,5,21,1,23,17,17,0,30,0,51,21,0,37,0,33,16,0,13,16,0,21,21,1,23,17,21,1,18,21,0,26,17,8,0,53,21,0,34,8,16,22,0,43,11,14,21,1,12,0,33,16,0,67,3,2,21,1,18,21,0,26,17,0,2,0,67,17,0,0,22,0,26,13,14,21,0,26,21,0,43,21,0,37,21,0,24,21,0,23,3,5,25,15,13,22,0,3,11,14,21,1,21,21,1,20,0,51,0,107,8,0,108,21,1,2,0,52,0,32,8,0,109,3,4,7,22,0,4,11,14,21,1,14,0,46,0,25,0,52,0,0,8,7,16,0,21,0,110,0,46,0,1,7,16,0,0,21,1,15,0,33,16,17,17,0,43,21,0,1,0,52,0,14,8,7,16,22,0,5,22,0,6,22,0,7,22,0,8,22,0,9,4,5,11,14,21,1,15,0,33,16,0,11,21,0,1,17,0,10,21,0,5,17,0,8,16,21,0,2,21,0,3,21,0,1,0,52,0,30,8,0,49,21,0,4,8,8,16,14,21,0,1,0,14,0,62,17,22,0,10,11,0,10,21,0,5,17,22,0,11,11,0,10,21,0,9,17,22,0,12,11,14,21,0,11,0,10,21,0,8,17,0,8,16,22,0,13,11,14,21,0,11,0,27,16,0,12,21,0,8,17,21,0,2,21,0,3,0,111,8,16,14,21,0,12,0,10,21,0,8,17,0,9,21,0,12,0,26,0,61,17,17,21,0,2,21,0,3,0,112,8,16,14,21,0,1,0,30,21,0,12,17,0,11,0,51,0,27,8,0,10,0,14,0,51,0,62,8,19,16,0,8,16,21,0,2,0,30,21,0,12,19,21,0,3,0,113,8,16,14,21,0,8,0,10,21,0,10,17,0,26,0,10,21,0,5,0,26,16,0,9,21,0,6,17,19,0,9,0,27,19,0,61,17,0,12,21,0,7,0,10,21,0,6,17,17,21,0,2,21,0,3,0,114,8,16,14,21,0,13,0,9,0,51,0,8,21,1,27,0,50,0,12,8,21,1,13,0,33,16,0,13,21,0,1,17,0,11,21,0,9,17,19,0,15,0,26,19,8,16,0,9,0,51,0,48,0,0,7,21,1,25,0,1,0,19,19,0,8,19,0,16,0,68,19,8,16,22,0,14,11,14,21,1,13,0,33,16,0,41,0,1,7,0,61,17,0,1,21,0,1,17,0,2,21,0,14,17,0,30,21,0,9,0,8,16,17,0,41,0,32,7,0,57,0,25,16,0,41,0,21,7,0,69,0,61,3,2,17,0,21,0,58,17,17,22,0,15,11,14,21,0,15,0,26,16,0,27,16,0,48,0,0,0,51,0,57,0,52,0,2,8,8,0,2,0,15,0,51,0,62,8,19,7,16,0,30,21,0,15,0,15,0,62,17,0,26,0,52,0,12,8,16,17,22,0,16,11,14,21,0,8,0,27,16,0,30,21,0,13,0,27,0,52,0,12,8,16,22,0,17,11,17,0,41,0,32,7,0,61,0,58,3,2,17,0,2,22,0,16,13,14,21,0,10,0,30,21,0,11,17,22,0,18,11,14,21,0,14,0,26,0,52,0,12,8,16,0,30,16,0,0,0,61,17,0,62,0,21,21,0,9,17,21,1,27,16,0,52,0,32,8,0,52,0,1,0,2,0,11,0,51,0,27,8,19,8,16,0,30,21,0,18,17,22,0,19,11,14,21,0,18,0,8,16,0,2,21,0,16,17,0,26,16,0,30,21,0,18,17,0,41,0,1,7,21,0,19,17,22,0,20,11,0,7,16,0,4,0,57,17,22,0,21,11,14,0,61,0,70,3,2,0,32,21,0,7,0,30,21,0,17,17,17,0,2,21,0,16,17,0,30,21,0,18,17,0,30,0,51,21,0,20,0,11,0,62,17,8,0,53,0,2,8,21,0,21,17,0,30,0,51,21,0,20,0,12,0,62,17,8,0,53,0,41,0,3,7,8,21,0,21,17,25,21,0,2,22,0,3,22,0,4,22,0,5,22,0,6,4,4,11,14,21,0,4,0,13,16,22,0,7,11,14,15,14,22,0,8,11,14,15,15,22,0,9,11,14,21,1,9,21,1,18,21,0,1,17,0,2,21,0,3,0,2,0,63,17,0,1,0,58,17,17,22,0,10,11,0,48,0,0,7,16,22,0,11,11,0,31,16,22,0,12,11,14,0,58,0,14,21,0,3,17,0,32,21,0,12,17,22,0,13,11,14,21,0,1,0,32,21,0,12,17,22,0,14,11,14,21,0,14,0,30,0,51,0,62,0,52,0,11,8,8,0,41,0,1,7,0,61,19,0,17,0,56,21,0,8,8,0,30,0,51,0,62,0,52,0,12,8,8,19,21,0,10,0,32,21,0,12,17,17,14,21,0,11,0,33,21,0,12,0,33,16,17,0,15,0,62,17,0,39,0,119,17,14,21,0,14,0,30,21,0,13,17,0,14,0,51,21,1,19,8,0,9,0,51,0,27,8,0,14,0,51,21,1,9,0,33,16,8,19,16,21,0,12,0,30,21,0,13,19,21,0,9,0,120,8,16,14,21,0,13,0,21,0,61,17,0,9,0,51,0,26,0,51,0,61,8,8,16,15,16,16,14,21,0,10,0,0,21,0,3,17,0,15,0,62,17,0,26,16,22,0,15,11,0,12,21,1,8,0,33,16,0,14,21,0,1,17,17,0,1,22,0,3,13,14,21,0,3,0,15,0,62,17,0,27,16,0,9,21,0,15,17,0,12,21,0,3,0,66,0,52,0,15,8,0,9,0,11,0,51,0,72,8,19,16,17,0,13,0,49,0,25,8,21,0,9,0,122,8,16,14,0,66,0,14,21,0,3,17,0,10,0,51,0,26,8,16,22,0,16,11,0,32,0,51,21,0,12,8,0,53,0,27,8,16,22,0,17,11,14,21,1,9,0,33,16,0,0,0,61,17,0,14,21,0,1,17,22,0,18,11,14,21,0,16,0,32,21,0,12,17,0,31,16,0,41,0,32,7,22,0,12,13,14,0,58,0,14,21,0,3,17,0,10,21,0,16,17,0,32,21,0,12,17,0,21,0,61,17,0,0,0,51,0,48,0,0,7,8,16,0,31,16,0,41,0,32,7,0,8,0,31,0,52,0,41,0,32,7,8,19,0,32,0,51,0,31,8,0,18,19,21,0,12,0,21,0,58,17,17,0,24,0,58,17,0,48,0,0,7,16,0,31,16,22,0,19,11,14,21,1,9,0,33,16,0,0,0,63,17,0,63,3,2,21,1,18,21,0,1,17,0,2,21,0,10,17,0,32,21,0,19,17,22,0,20,11,0,48,0,0,7,16,22,0,21,11,0,31,16,22,0,22,11,14,21,0,22,0,41,0,32,7,22,0,19,13,14,21,0,22,0,41,0,32,7,22,0,21,13,14,21,0,22,0,41,0,32,7,22,0,20,13,14,21,0,19,0,41,0,32,7,22,0,1,13,14,21,0,19,0,41,0,32,7,22,0,10,13,14,21,0,19,0,41,0,32,7,22,0,5,13,14,21,0,19,0,41,0,32,7,22,0,6,13,14,0,62,0,11,21,0,20,17,0,30,16,22,0,23,11,14,0,62,0,12,21,0,20,17,22,0,24,11,0,48,0,0,7,16,22,0,25,11,14,0,14,0,18,0,30,0,10,19,21,0,24,19,0,41,0,21,7,0,30,0,21,19,0,61,19,0,8,9,22,0,26,11,14,21,0,1,0,31,21,1,12,0,33,16,0,0,0,67,17,0,0,0,62,0,64,0,71,0,67,3,4,17,17,22,0,27,11,14,21,0,27,21,0,26,0,61,17,22,0,28,11,14,21,0,27,21,0,26,0,51,0,64,8,0,2,0,63,19,0,6,21,0,26,0,51,0,63,8,19,16,22,0,29,11,0,0,0,51,0,11,0,51,0,62,8,0,10,21,0,28,19,8,16,22,0,30,11,14,21,0,30,0,33,16,0,11,0,62,17,21,0,1,0,49,15,17,8,0,30,9,21,0,9,0,123,8,16,14,21,0,1,21,0,26,21,1,8,0,33,16,17,22,0,31,11,14,0,62,0,14,21,0,30,17,0,12,21,0,31,17,0,46,0,10,7,16,21,0,1,0,49,15,18,8,0,30,9,21,0,9,0,124,8,16,14,21,0,28,0,2,0,64,17,0,0,0,62,0,63,0,64,3,3,0,32,21,0,29,17,17,22,0,32,11,14,21,0,17,0,10,21,0,16,17,0,8,16,22,0,33,11,0,9,21,0,18,17,22,0,34,11,14,21,0,3,0,32,0,51,21,0,19,0,32,21,0,23,17,8,0,53,21,0,30,0,24,0,61,17,8,16,0,2,21,0,33,17,0,41,0,1,7,21,0,16,17,22,0,3,12,14,0,62,0,11,21,0,3,17,0,32,0,51,21,0,12,8,0,53,0,27,0,51,0,61,8,8,16,22,0,35,11,0,27,16,0,9,21,0,34,17,22,0,36,11,14,21,0,3,0,32,21,0,36,0,8,16,21,1,26,16,17,0,2,21,0,36,17,0,0,21,0,3,17,0,19,0,15,0,63,19,0,11,21,0,35,19,0,1,0,19,19,0,6,0,19,0,14,0,64,19,0,2,21,0,35,0,0,0,61,17,19,0,32,0,51,21,0,12,8,0,53,0,27,8,9,19,16,22,0,37,11,14,21,0,37,0,32,0,0,0,6,0,61,19,0,5,0,19,19,21,0,36,0,8,16,0,48,0,0,7,16,0,52,0,19,0,1,0,32,19,8,19,0,62,0,14,21,0,37,17,0,9,21,0,34,17,0,8,16,21,1,26,16,17,0,6,22,0,37,13,14,21,0,37,0,27,16,0,2,21,0,34,17,0,0,22,0,3,13,14,21,1,23,0,1,21,0,1,17,22,0,38,11,21,0,7,0,52,0,11,8,0,9,0,15,0,51,0,62,8,19,16,22,0,39,11,0,30,16,22,0,40,11,0,41,0,32,7,21,0,1,17,22,0,41,11,14,21,1,12,21,1,18,21,0,1,17,0,30,16,22,0,42,11,14,21,0,20,0,1,22,0,10,13,14,21,0,10,0,48,0,0,7,16,0,31,16,22,0,12,12,14,21,0,19,0,32,21,0,12,17,22,0,43,11,14,21,0,16,0,1,21,0,17,17,0,32,21,0,43,17,0,12,0,30,0,50,0,1,8,0,11,19,0,62,17,0,41,0,3,7,0,63,17,0,0,0,61,17,22,0,44,11,14,21,1,9,0,33,16,0,0,0,67,17,0,14,21,0,1,17,0,32,21,0,12,17,0,30,16,22,0,45,11,14,21,0,10,0,32,21,0,12,17,0,11,21,0,12,0,52,0,30,8,0,11,9,0,50,0,22,8,0,12,19,0,62,17,0,43,0,21,7,21,0,23,21,0,24,0,30,16,3,2,17,0,46,15,19,7,16,14,21,0,16,0,32,21,0,43,17,0,31,16,22,0,46,11,0,41,0,32,7,22,0,12,13,14,21,0,19,0,32,21,0,12,17,22,0,43,12,14,21,0,12,0,31,16,22,0,47,11,14,21,0,12,0,41,0,32,7,22,0,1,13,14,21,0,43,0,41,0,32,7,22,0,3,13,14,21,0,43,0,41,0,32,7,22,0,37,13,14,21,0,16,0,12,21,0,17,17,0,32,21,0,43,17,0,30,16,0,21,21,0,46,0,31,16,0,32,21,0,45,17,17,22,0,45,12,14,21,0,47,0,32,21,0,23,17,22,0,48,11,0,30,21,0,31,0,24,0,61,17,17,0,0,0,61,17,22,0,49,11,14,21,0,49,0,13,0,11,0,62,19,0,56,0,19,0,44,0,0,7,0,64,0,25,16,19,0,41,0,32,7,0,51,0,58,0,61,3,2,0,52,0,21,8,8,21,0,3,19,0,13,0,65,0,62,0,58,3,3,19,0,47,0,10,7,9,0,49,21,0,12,0,32,21,0,49,19,21,0,9,0,125,8,8,8,16,14,21,0,12,0,32,0,61,0,0,21,0,49,17,17,0,40,21,0,17,7,0,32,21,0,19,0,52,0,32,8,19,0,12,21,0,39,0,52,0,32,8,19,16,21,0,12,0,32,21,0,49,19,21,0,9,0,126,8,16,14,0,65,0,15,21,0,3,17,22,0,50,11,14,0,62,0,11,21,0,3,17,0,11,21,0,50,17,22,0,51,11,14,21,0,51,0,27,16,21,1,26,16,0,41,0,32,7,21,0,37,17,22,0,52,11,0,15,0,61,17,22,0,53,11,14,0,63,0,16,21,0,3,17,0,9,0,63,0,11,21,0,52,17,17,22,0,54,11,0,30,16,0,28,16,22,0,55,11,14,0,64,0,14,21,0,3,17,22,0,56,11,0,9,21,0,54,17,0,26,16,0,10,21,0,54,17,22,0,57,11,14,0,63,0,25,16,0,36,21,0,3,17,0,10,21,0,57,17,0,11,21,0,56,17,0,27,0,15,21,0,56,19,0,9,0,26,19,16,0,12,21,0,54,17,21,0,12,21,0,9,0,127,8,16,14,0,62,0,14,21,0,3,17,0,11,0,51,0,10,0,51,0,27,8,8,21,0,57,17,0,26,0,52,0,9,8,16,21,0,12,21,0,9,0,128,1,8,16,14,0,61,0,16,21,0,37,17,0,26,16,0,9,21,1,8,0,33,16,0,0,0,63,17,0,14,21,0,1,17,17,0,11,21,0,53,17,22,0,58,11,14,21,0,58,0,10,21,0,57,17,0,8,16,0,28,0,53,21,1,25,0,1,0,18,19,0,51,0,13,0,49,0,25,8,8,8,16,22,0,59,11,14,21,0,50,0,30,16,22,0,60,11,0,0,0,51,21,0,59,0,52,0,32,8,8,16,0,0,0,61,17,22,0,61,11,14,21,0,3,0,32,21,0,60,17,0,13,0,72,17,22,0,62,11,14,21,0,3,0,32,21,0,61,17,22,0,63,11,0,13,21,0,52,0,32,21,0,61,17,17,21,0,12,0,32,21,0,61,19,21,0,9,0,129,1,8,16,14,21,1,23,0,1,21,0,1,17,21,0,7,0,52,0,11,8,0,9,0,15,0,51,0,73,8,19,16,22,0,64,11,14,21,0,64,0,32,21,0,61,17,0,10,0,62,0,14,21,0,63,17,17,0,8,16,21,0,12,0,32,21,0,61,19,21,0,9,0,130,1,8,16,14,21,0,1,0,43,0,62,7,16,0,32,0,51,21,0,61,8,0,53,21,0,1,0,32,21,0,60,17,0,41,0,1,7,21,1,8,0,33,16,17,0,2,0,63,17,0,0,21,0,49,0,36,21,0,60,17,17,0,0,21,0,62,17,0,0,0,61,17,8,16,0,1,0,51,0,26,8,16,0,32,21,0,47,17,0,48,0,0,7,16,0,27,16,22,0,65,11,0,32,21,0,12,17,0,2,16,22,0,66,11,14,21,0,52,0,14,0,62,17,0,9,21,0,66,17,0,11,0,61,0,67,3,2,0,0,0,51,0,33,8,21,1,9,17,0,36,21,0,1,17,0,10,21,0,51,17,0,10,21,0,64,17,17,21,0,12,21,0,9,0,131,1,8,16,14,21,0,66,0,12,0,51,0,27,8,16,0,9,21,0,3,0,15,0,62,17,17,0,9,21,0,52,0,11,0,62,17,17,21,0,12,21,0,9,0,132,1,8,16,14,21,0,65,0,32,21,0,40,17,22,0,67,11,14,0,63,0,71,3,2,21,1,18,21,0,67,17,22,0,68,11,14,21,0,67,0,7,0,9,0,11,19,0,63,17,22,0,69,11,0,41,0,30,7,21,0,40,17,22,0,70,11,0,43,0,62,7,16,22,0,71,11,14,21,0,40,0,49,0,30,0,51,21,0,69,8,0,52,0,21,8,8,22,0,72,11,14,0,62,0,11,21,0,20,17,0,48,0,0,7,16,0,32,21,0,70,17,22,0,73,11,14,21,0,24,0,13,0,21,0,30,19,16,0,32,21,0,73,17,22,0,74,11,14,21,0,25,0,32,21,0,40,17,0,41,21,0,22,0,32,21,0,23,17,0,21,21,0,1,0,13,16,17,7,0,32,0,30,0,51,21,0,68,8,0,21,21,0,73,19,19,0,21,21,0,22,0,30,21,0,24,17,0,21,0,58,17,0,52,0,32,8,0,0,21,0,67,0,14,0,61,17,19,19,16,22,0,75,11,14,21,0,71,0,21,22,0,68,13,14,21,0,41,0,30,21,0,69,17,0,21,22,0,41,13,14,21,0,75,0,31,16,0,32,0,51,21,0,41,0,30,0,51,21,0,68,8,0,52,0,21,8,16,22,0,76,11,0,52,0,32,8,0,31,9,8,16,22,0,77,11,14,21,0,77,0,30,0,51,0,15,0,51,21,0,68,0,13,16,8,8,16,15,20,16,14,21,0,77,0,32,0,51,21,0,68,0,41,0,30,7,16,0,1,16,0,21,21,0,68,17,0,52,0,32,0,49,0,48,0,0,7,8,8,0,31,9,8,16,0,30,0,51,21,0,68,0,13,16,0,52,0,11,8,8,16,22,0,77,12,14,21,0,77,0,41,0,32,7,22,0,68,13,14,21,0,77,0,41,0,32,7,22,0,41,13,14,21,0,72,0,32,21,0,77,19,22,0,72,12,14,21,0,41,0,13,0,51,0,27,8,16,0,11,21,0,68,17,21,0,72,21,0,9,0,30,21,1,20,0,134,1,19,8,16,14,21,0,70,0,43,0,63,7,16,0,21,0,61,0,64,3,2,21,1,18,21,0,67,17,17,0,32,21,0,77,17,15,21,16,14,21,0,74,0,21,21,0,40,17,0,32,0,51,21,0,77,8,0,53,0,32,0,51,21,0,68,21,1,26,16,8,8,16,22,0,78,11,14,0,63,0,71,3,2,21,1,18,21,0,65,17,0,9,21,0,39,17,0,48,0,0,7,16,21,1,25,0,1,0,19,19,21,0,24,17,22,0,79,11,0,30,21,0,24,0,26,0,61,17,17,22,0,80,11,14,21,0,38,0,32,21,0,42,17,0,0,0,63,17,0,15,0,51,0,62,8,0,52,0,0,8,16,0,0,21,0,28,0,2,0,64,17,0,32,21,0,25,0,32,21,0,42,17,17,17,0,21,0,61,0,1,21,0,79,17,0,0,21,0,32,0,32,21,0,25,17,17,0,32,21,0,78,17,17,22,0,81,11,14,21,0,65,0,32,21,0,42,17,0,21,21,0,71,17,0,21,21,0,67,17,0,11,0,62,17,0,0,0,74,17,21,0,42,0,43,0,62,7,16,0,21,21,0,71,17,0,21,21,0,78,0,23,0,51,0,13,8,21,0,40,17,21,0,21,0,52,0,32,8,0,50,0,1,8,21,0,40,17,17,21,0,81,3,3,22,0,82,11,14,21,0,74,0,11,0,51,0,27,0,51,0,58,8,8,16,0,30,16,22,0,83,11,14,21,0,42,0,21,21,0,74,17,0,21,21,0,40,17,0,30,0,64,17,21,0,74,0,32,21,0,83,17,3,2,0,30,0,61,0,64,3,2,17,0,28,0,58,17,0,21,16,22,0,84,11,14,21,0,82,0,12,16,0,29,16,0,20,16,21,0,83,0,43,0,64,7,16,21,0,83,0,19,0,1,0,26,19,0,51,0,13,8,21,0,74,17,21,0,83,0,43,0,75,7,16,3,4,0,28,0,58,17,22,0,85,11,14,21,0,57,0,8,16,0,48,0,0,7,16,21,1,25,0,1,0,19,19,21,0,51,17,0,7,0,10,0,12,19,0,63,17,0,9,21,0,53,17,22,0,86,11,14,21,0,54,0,27,16,0,10,0,61,0,14,21,0,3,17,17,22,0,87,11,0,11,21,0,66,0,11,21,0,51,17,0,10,0,51,0,26,8,16,0,10,21,0,57,17,0,10,21,0,86,17,22,0,88,11,17,0,30,16,22,0,89,11,14,21,0,87,0,10,21,0,88,17,0,12,21,0,53,17,21,0,12,21,0,9,0,136,1,8,16,14,0,62,0,14,21,0,3,17,0,11,21,0,57,17,0,10,0,62,0,16,21,0,3,17,0,9,21,0,53,17,17,0,11,21,1,11,0,33,16,0,14,21,0,1,17,17,0,26,16,0,32,21,0,89,17,22,0,90,11,14,21,1,19,0,11,21,0,1,17,0,30,16,22,0,91,11,0,41,0,32,7,21,0,1,17,22,0,92,11,0,9,16,0,37,16,22,0,93,11,0,27,0,1,0,19,19,0,58,17,0,30,16,0,32,21,0,92,17,22,0,94,11,14,21,0,7,0,0,21,1,23,17,22,0,95,11,0,16,21,0,1,17,0,30,16,22,0,96,11,0,21,21,0,91,17,22,0,97,11,14,21,0,1,0,32,21,0,96,17,0,0,21,0,93,0,13,16,0,41,0,1,7,21,0,95,17,17,0,21,22,0,94,13,14,21,1,19,0,14,21,0,1,17,22,0,98,11,14,21,1,9,0,33,16,0,0,0,63,17,0,14,21,0,1,17,22,0,99,11,14,21,1,9,0,33,16,0,0,0,71,17,0,14,21,0,1,17,22,0,100,11,21,1,26,0,50,0,11,8,21,0,99,17,0,9,21,0,98,17,22,0,101,11,14,0,62,0,21,21,0,101,17,0,48,0,0,7,16,0,30,0,61,0,21,21,0,100,17,17,0,24,0,61,17,0,27,0,52,0,1,8,16,0,0,21,0,51,0,26,0,61,17,0,30,21,0,100,17,0,8,16,17,0,41,0,21,7,21,0,44,17,22,0,102,11,14,21,0,98,0,11,21,0,101,17,0,30,16,22,0,103,11,14,21,0,99,0,30,16,22,0,104,11,14,21,0,97,21,0,97,21,0,48,21,0,48,21,0,103,21,0,45,0,30,0,63,17,21,0,61,0,30,21,0,62,17,21,0,59,0,32,21,0,55,17,0,6,0,61,17,0,0,21,0,55,17,21,0,90,0,0,21,0,89,17,0,0,0,51,21,0,59,0,52,0,32,8,0,2,21,0,90,19,8,16,21,0,104,3,10,0,21,16,0,41,0,32,7,21,0,12,17,0,21,21,0,84,17,22,0,105,11,0,31,16,22,0,106,11,14,21,0,97,0,43,0,62,7,16,21,0,94,21,0,48,0,43,0,76,7,16,21,0,48,0,13,16,0,25,16,0,0,0,61,17,21,0,103,0,43,0,75,7,16,21,0,102,0,22,21,0,66,0,32,21,0,45,17,0,0,0,64,17,17,0,29,16,0,20,16,21,0,1,0,0,21,0,58,17,0,32,21,0,60,0,30,21,0,62,17,17,0,0,21,1,8,0,33,16,0,0,0,61,17,0,1,0,77,17,17,0,6,0,77,17,21,0,3,0,32,21,0,55,17,0,0,0,67,17,21,0,52,0,32,21,0,89,17,0,2,0,79,17,0,1,21,0,90,17,0,0,0,78,17,0,14,0,51,0,57,8,0,2,0,60,19,0,0,0,19,19,16,21,0,104,0,43,0,80,7,16,3,10,0,21,21,0,85,17,0,21,16,0,32,21,0,106,17,22,0,107,11,14,21,0,61,0,30,21,0,62,17,0,41,0,1,7,0,61,17,21,0,55,21,0,89,21,0,104,3,4,0,21,16,0,41,0,32,7,21,0,12,17,0,19,0,21,0,13,0,52,0,41,0,24,0,51,0,1,8,7,8,19,21,0,105,17,0,5,0,51,0,40,0,61,7,0,1,0,13,19,8,21,0,5,17,22,0,108,11,14,0,80,0,21,21,0,107,17,21,1,31,16,22,0,109,22,0,110,22,0,111,4,3,11,14,21,0,109,21,0,93,21,0,29,21,0,28,0,8,16,21,0,104,0,13,0,50,0,1,8,21,0,107,17,0,16,21,0,106,17,0,21,0,61,17,0,41,0,30,7,21,0,110,17,21,0,32,0,0,21,0,80,17,3,4,21,0,5,21,0,6,3,2,0,43,0,32,0,51,21,0,108,0,32,21,0,106,17,0,41,0,21,7,0,58,17,0,30,21,0,111,17,8,7,16,3,4,25,0,81,22,0,3,11,14,21,0,1,0,6,0,61,17,0,45,0,4,7,21,0,3,17,0,5,16,22,0,4,11,0,0,0,61,17,22,0,5,11,0,27,16,0,48,0,0,7,16,22,0,6,11,14,21,0,6,0,30,21,0,5,17,0,1,0,51,0,13,0,49,0,25,8,8,16,0,31,16,0,31,16,22,0,7,11,14,21,0,1,15,22,21,0,4,17,0,32,21,0,7,17,22,0,8,11,14,21,0,8,21,0,6,21,0,5,3,3,25,21,0,1,21,1,28,16,22,0,3,11,22,0,4,22,0,5,22,0,6,22,0,7,22,0,8,4,5,11,14,21,0,4,21,1,30,21,0,5,21,0,6,0,33,16,21,0,7,21,0,8,3,4,17,22,0,9,22,0,10,22,0,11,22,0,12,4,4,11,14,21,0,9,21,0,6,0,24,0,61,17,0,21,21,0,2,0,32,21,0,10,17,3,1,17,0,21,16,21,0,11,0,12,16,0,29,16,0,42,0,11,7,16,21,0,12,21,0,3,3,5,25,21,0,1,21,0,2,16,25,21,0,1,0,32,0,51,21,0,2,0,30,21,0,1,17,8,0,53,0,43,0,61,7,8,16,21,1,11,21,0,2,0,41,0,32,7,16,17,25,0,62,0,39,21,0,1,0,30,16,0,33,16,0,106,3,2,17,25,21,0,2,0,41,0,30,7,22,1,24,13,14,21,0,1,0,30,21,0,2,17,25,21,0,2,0,41,0,30,7,22,1,23,13,14,21,0,1,21,1,25,21,0,2,17,25,0,46,0,10,7,0,56,21,0,1,0,11,0,50,0,22,8,21,0,2,0,52,0,30,8,19,0,41,0,39,7,0,62,19,8,25,0,62,0,28,0,52,0,44,0,14,7,8,0,47,15,23,7,0,19,0,49,0,43,0,62,7,8,19,0,33,0,58,19,3,2,0,54,0,13,0,11,0,62,19,0,50,0,9,8,8,22,0,3,11,14,15,24,22,0,4,11,14,0,62,21,0,4,0,116,8,0,41,0,61,21,0,4,0,117,8,7,3,2,0,54,0,13,0,50,0,12,8,8,22,0,5,11,14,21,0,1,21,0,5,0,118,3,2,0,54,0,13,0,50,0,5,8,0,11,21,0,3,19,8,21,0,2,17,0,41,0,39,7,0,62,17,25,0,14,0,56,0,46,0,10,7,8,0,56,21,0,1,0,11,0,50,0,22,8,21,0,2,0,52,0,30,8,0,41,0,61,0,55,0,32,8,7,21,1,6,0,22,21,1,5,17,19,0,29,0,49,0,9,8,9,19,0,41,0,39,7,0,62,19,8,25,21,1,14,0,21,0,62,17,0,30,21,0,1,17,0,13,21,2,9,0,33,16,0,0,0,71,17,17,21,1,12,0,21,0,62,19,0,30,21,0,1,19,21,1,9,0,121,8,16,25,21,2,12,21,2,18,21,0,1,17,0,9,21,1,25,0,14,0,62,17,17,25,21,2,8,0,33,16,0,14,21,0,1,17,0,9,21,1,30,0,13,0,62,17,0,32,21,1,25,17,17,25,21,1,5,0,32,0,51,21,0,2,8,0,53,21,1,5,0,32,21,0,1,17,8,16,22,1,5,12,14,21,1,6,0,32,0,51,21,0,1,8,0,53,21,1,6,0,32,21,0,2,17,8,16,22,1,6,12,25,21,1,75,0,32,0,51,21,0,1,8,0,13,0,51,0,27,8,9,0,50,0,10,8,21,1,76,17,0,8,16,21,1,72,0,30,0,51,21,1,68,8,0,52,0,21,8,9,0,32,21,0,1,19,21,1,9,0,133,1,8,16,25,21,0,1,0,30,21,0,1,0,2,16,0,10,21,1,68,17,22,0,3,11,17,0,27,0,52,0,1,8,16,0,15,0,63,17,21,1,72,0,30,21,0,3,19,21,1,9,0,135,1,8,16,25,21,0,2,0,2,16,22,0,3,11,14,21,0,1,21,0,3,0,46,0,10,7,16,0,56,0,30,0,51,21,0,3,8,0,50,21,1,3,0,52,0,3,8,0,5,9,0,52,21,0,0,8,8,0,21,0,7,0,0,21,0,3,0,52,0,2,8,19,0,51,21,1,3,8,19,8,0,61,0,1,21,0,2,17,17,25,21,0,1,0,27,16,0,0,21,0,2,17,0,48,0,6,7,16,0,6,21,0,1,17,25,0,35,0,14,0,18,0,49,0,13,8,19,0,41,0,30,7,0,19,19,0,0,21,0,2,19,0,41,0,32,7,21,3,2,19,0,21,0,101,19,0,21,21,0,1,19,0,21,0,115,19,25])
,[runtime[0],runtime[1],runtime[2],runtime[3],runtime[4],runtime[6],runtime[7],runtime[8],runtime[9],runtime[10],runtime[11],runtime[12],runtime[13],runtime[14],runtime[15],runtime[16],runtime[17],runtime[19],runtime[20],runtime[21],runtime[22],runtime[23],runtime[24],runtime[25],runtime[26],runtime[27],runtime[28],runtime[29],runtime[30],runtime[31],runtime[32],runtime[33],runtime[35],runtime[36],runtime[37],runtime[38],runtime[39],runtime[40],runtime[41],runtime[42],runtime[43],runtime[44],runtime[45],runtime[46],runtime[47],runtime[48],runtime[49],runtime[50],runtime[51],runtime[52],runtime[53],runtime[54],runtime[55],runtime[56],runtime[58],runtime[59],runtime[61],10,-1,26,9,1,0,2,3,-3,-2,5,17,3.141592653589793,Infinity,4,-4,-10,21,14,15,11,16,7,25,128,'
- ,[[0,1,0,33],[1,0,466,5],[1,1,485,5],[0,0,609,44],[0,0,2126,22],[0,0,2928,111],[0,0,7356,9],[0,0,7475,13],[0,0,7597,3],[0,0,7605,3],[0,0,7645,3],[0,0,7664,3],[0,0,7687,3],[2,1,7711,3],[0,0,7747,6],[2,1,7884,3],[0,0,7953,3],[0,0,8003,3],[0,0,8025,3],[0,0,8055,3],[0,0,8113,3],[0,0,8176,4],[0,0,8229,4],[0,0,8315,3],[2,1,8340,3]]
+ ,[[0,1,0,33],[1,0,466,5],[1,1,485,5],[0,0,609,44],[0,0,2126,22],[0,0,2928,112],[0,0,7441,9],[0,0,7560,13],[0,0,7682,3],[0,0,7690,3],[0,0,7730,3],[0,0,7749,3],[0,0,7772,3],[2,1,7796,3],[0,0,7832,6],[2,1,7969,3],[0,0,8038,3],[0,0,8088,3],[0,0,8110,3],[0,0,8140,3],[0,0,8198,3],[0,0,8261,4],[0,0,8314,4],[0,0,8400,3],[2,1,8425,3]]
);
runtime[42] = assertFn("!");
runtime.map((r,i) => {
diff --git a/docs/repl.js b/docs/repl.js
index 964f7fa3..4ac4d268 100644
--- a/docs/repl.js
+++ b/docs/repl.js
@@ -47,9 +47,9 @@ let exp=0, explain;
if (doc.doexplain) doc.doexplain.onclick = () => {
if (explain===undefined) {
let drawEval = run(
- new Uint8Array([0,19,22,0,0,11,22,0,1,11,14,15,1,22,0,2,11,14,15,2,22,0,3,11,14,15,3,22,0,4,11,14,15,4,22,0,5,11,14,0,20,0,48,21,0,5,8,0,32,9,0,20,0,52,21,0,5,8,15,5,3,3,0,54,0,16,0,5,0,58,19,8,22,0,6,11,14,21,0,6,21,0,6,0,42,0,21,7,0,72,19,0,21,9,0,24,0,57,19,15,6,3,3,0,54,0,16,0,5,0,58,19,8,22,0,7,11,14,0,45,15,7,7,0,21,0,85,19,22,0,8,11,14,0,57,0,55,21,0,8,0,48,0,11,8,8,0,21,9,0,51,0,21,8,22,0,9,11,14,15,8,22,0,10,11,14,21,0,6,0,41,0,22,7,0,88,0,89,3,2,19,22,0,11,11,14,21,0,9,0,48,21,0,4,8,22,0,12,11,14,15,9,22,0,13,11,14,0,65,0,66,3,2,22,0,14,11,14,0,58,0,57,3,2,0,2,21,0,14,17,22,0,15,11,14,0,58,0,59,3,2,0,3,21,0,14,17,0,0,0,60,0,67,3,2,17,22,0,16,11,14,0,63,22,0,17,11,14,0,92,21,0,10,16,22,0,18,11,14,0,93,21,0,10,16,22,0,19,11,14,0,95,21,0,10,0,94,17,22,0,20,11,14,0,96,21,0,10,0,94,17,22,0,21,11,14,0,97,21,0,10,0,94,17,22,0,22,11,14,0,98,21,0,10,0,94,17,22,0,23,11,14,0,99,0,100,0,21,0,63,0,25,16,0,0,0,73,17,17,0,101,0,102,0,103,0,104,0,105,0,106,0,107,0,108,0,109,0,110,0,21,0,76,17,0,21,0,87,17,0,111,0,112,3,14,0,20,0,48,0,58,3,2,17,0,28,16,0,41,0,11,7,16,22,0,24,22,0,25,4,2,11,14,0,113,0,114,0,115,0,116,0,117,0,118,0,119,3,7,0,21,22,0,24,13,14,15,10,21,0,25,7,22,0,26,11,14,21,0,24,0,42,15,11,7,16,22,0,27,11,14,0,122,22,0,28,11,14,0,125,0,126,0,127,0,128,1,3,4,0,42,0,124,0,51,0,21,8,0,21,0,123,19,7,16,22,0,29,11,14,15,12,22,0,30,11,25,0,57,0,18,21,0,2,17,0,56,0,17,0,40,0,20,7,0,57,0,58,3,2,19,0,51,0,40,0,42,0,24,0,21,0,78,19,0,21,0,23,19,7,7,8,8,22,0,3,11,14,21,0,1,21,1,1,0,50,21,1,0,0,32,0,52,21,0,3,8,9,0,21,0,50,0,11,8,0,42,0,57,7,19,8,16,25,15,13,22,0,3,11,14,0,79,21,0,2,0,80,3,3,0,21,16,22,0,4,11,14,0,81,21,0,2,0,29,0,72,0,13,21,0,2,17,0,47,0,9,7,16,17,0,80,3,3,0,21,16,22,0,5,11,14,21,0,1,0,16,16,22,0,6,11,0,11,0,57,17,22,0,7,11,14,21,0,5,21,0,7,0,56,0,11,0,48,0,20,8,8,0,49,15,14,21,0,1,21,0,7,0,56,15,15,8,16,7,8,21,0,4,17,0,21,16,25,0,79,21,0,1,0,83,3,3,0,21,16,25,21,0,1,0,62,0,51,0,11,8,0,9,0,11,0,50,0,61,8,19,16,0,45,0,9,7,16,0,38,16,14,0,63,22,0,3,11,0,40,0,4,7,0,59,17,22,0,4,11,14,0,73,0,1,0,84,17,22,0,5,22,0,6,4,2,11,14,0,60,0,11,21,0,1,17,22,0,7,11,14,21,0,1,0,7,16,22,0,8,11,14,21,0,8,0,2,21,0,4,17,0,0,0,64,17,0,5,16,22,0,9,11,14,21,0,7,0,29,16,0,42,21,0,5,7,0,51,0,11,0,49,0,22,8,8,16,0,22,16,21,0,4,0,3,21,0,9,17,0,5,16,15,16,0,50,0,13,0,48,0,25,8,8,16,21,0,9,15,17,0,50,0,13,0,48,0,25,8,8,16,0,13,0,11,0,60,19,0,56,0,21,0,50,0,31,0,48,0,27,0,32,9,0,52,0,42,21,0,6,7,8,8,8,8,16,3,3,0,21,16,0,28,16,0,41,0,21,0,48,0,11,8,7,16,0,45,0,0,0,50,0,73,8,0,51,0,37,8,7,16,25,21,0,1,14,0,60,0,38,16,25,21,0,1,14,0,60,0,38,16,25,21,0,2,0,86,21,0,1,0,87,3,4,0,21,16,25,15,18,22,0,3,11,14,21,0,1,21,0,3,0,75,7,16,0,42,21,0,3,0,74,7,7,16,0,42,21,1,8,7,0,21,9,0,51,0,21,8,0,53,0,12,8,21,0,2,17,25,21,0,1,21,1,3,0,91,21,0,2,21,1,7,16,3,2,21,1,9,0,90,17,17,25,0,33,0,50,21,0,1,0,21,16,8,0,30,21,0,1,0,42,0,13,7,16,0,47,0,0,7,16,19,25,0,121,0,21,21,0,1,17,0,21,0,120,17,25,21,0,2,22,0,3,22,0,4,22,0,5,22,0,6,22,0,7,4,5,11,14,0,129,1,0,130,1,0,131,1,0,132,1,3,4,0,40,0,1,7,0,73,17,22,0,8,22,0,9,22,0,10,22,0,11,4,4,11,14,15,19,22,0,12,11,14,21,0,3,21,0,6,3,2,0,42,0,29,0,50,21,0,12,8,7,16,0,42,0,24,7,0,60,0,67,3,2,17,22,0,13,22,0,14,4,2,11,14,21,0,9,0,31,21,0,13,17,22,0,15,11,0,14,0,67,17,22,0,16,11,14,21,0,12,0,29,16,0,40,0,29,0,50,21,0,16,8,0,52,0,18,0,0,0,57,19,0,40,0,31,7,21,0,3,19,8,7,22,0,15,13,14,21,0,10,0,31,21,0,13,17,0,32,0,50,0,67,8,0,52,0,57,8,16,22,0,17,11,14,21,0,15,0,1,21,0,17,17,0,47,0,0,7,16,22,0,18,11,14,21,0,18,0,32,0,67,17,0,14,0,57,17,0,38,16,14,21,0,15,0,11,0,60,17,22,0,19,11,0,2,0,50,0,2,0,50,21,0,17,8,0,47,0,0,7,9,8,16,22,0,20,11,14,21,0,17,0,8,21,0,15,17,0,29,16,0,31,0,50,0,34,0,0,21,0,18,0,51,0,31,8,19,0,30,0,49,0,31,0,50,0,30,8,8,21,0,18,0,24,0,67,17,19,8,16,22,0,21,11,14,21,0,19,0,8,16,0,23,0,50,0,13,8,21,0,21,17,22,0,22,11,14,21,0,1,15,20,21,0,7,17,22,0,23,22,0,24,22,0,25,4,3,11,14,21,0,21,15,21,16,0,13,0,56,0,40,0,31,7,8,16,0,40,0,31,7,21,0,25,0,31,21,0,22,0,47,0,0,7,16,0,40,0,1,7,0,57,17,17,17,0,24,0,67,17,22,0,26,11,14,0,69,0,21,21,0,26,17,22,0,27,11,14,21,0,21,0,18,0,22,0,31,19,21,0,16,0,1,21,0,27,17,0,31,21,0,21,17,0,13,21,0,26,17,0,15,21,0,22,17,0,29,16,17,22,0,28,11,14,21,0,20,0,22,21,0,27,17,0,0,0,64,0,70,3,2,17,0,2,21,1,14,17,0,28,16,21,1,6,16,0,31,21,0,28,17,0,46,0,40,0,41,0,27,0,51,0,21,8,0,42,0,21,7,0,135,1,19,0,21,9,0,48,0,11,8,7,7,7,16,22,0,29,11,14,21,0,20,0,31,21,0,21,0,29,21,0,22,17,17,0,42,0,22,0,2,21,1,14,19,0,0,21,1,16,19,0,48,21,1,11,21,1,9,0,136,1,19,8,7,21,0,25,17,22,0,30,11,14,21,1,15,0,2,0,58,0,60,3,2,17,0,0,21,0,1,0,13,16,21,0,20,0,45,0,6,7,16,0,0,0,58,17,3,2,0,2,21,1,14,17,17,22,0,31,11,14,21,0,31,21,1,6,16,0,41,0,22,7,0,138,1,0,139,1,3,2,17,0,21,21,1,15,0,1,16,21,1,11,16,17,0,21,21,1,19,17,21,1,12,0,137,1,17,0,11,16,21,0,23,21,1,3,0,136,1,17,0,11,16,21,0,29,0,42,0,19,0,11,0,49,0,22,8,0,141,1,19,0,21,21,1,18,19,21,1,12,0,140,1,19,7,16,21,0,24,0,42,0,21,7,0,19,0,42,21,1,3,7,21,0,30,19,0,49,0,11,0,49,0,22,8,8,0,42,0,32,0,50,0,57,8,7,19,16,0,42,21,1,3,7,21,1,22,21,1,23,3,2,17,21,1,3,21,1,21,17,3,4,0,42,0,20,7,16,0,21,16,21,1,3,21,1,20,17,21,1,13,21,1,17,0,2,0,58,17,0,0,21,0,31,17,0,39,0,58,7,0,3,0,40,0,1,7,19,0,40,0,1,7,21,1,15,0,0,21,1,17,17,19,0,40,0,21,7,0,18,19,0,50,0,6,0,50,0,71,0,60,3,2,8,8,16,17,25,21,0,1,0,20,16,0,60,0,48,0,38,8,0,11,0,20,9,0,19,0,42,21,0,0,7,0,21,9,3,4,0,54,0,16,0,5,0,59,19,8,16,25,21,0,2,21,0,4,21,0,1,3,3,25,21,0,1,0,20,16,21,1,6,0,15,0,59,17,0,56,0,42,21,1,3,7,0,21,9,8,16,0,42,0,21,0,50,0,82,8,7,16,25,21,0,1,0,15,21,1,3,17,22,0,3,11,14,21,0,2,21,0,1,3,2,0,22,0,27,0,32,9,0,52,0,7,0,50,21,1,3,8,8,0,21,0,45,0,29,0,50,21,0,3,8,0,49,21,1,3,0,51,0,3,8,0,5,9,0,51,21,0,0,8,8,7,19,3,2,0,54,21,0,3,0,45,0,10,7,16,8,16,25,21,0,1,0,7,21,1,4,17,22,0,1,12,0,2,16,22,0,3,11,14,21,0,1,0,60,0,58,3,2,0,25,16,0,29,0,50,21,0,3,8,0,49,0,2,0,50,21,1,3,8,0,51,21,0,0,0,21,21,1,4,0,51,0,3,8,0,5,9,0,51,0,11,0,49,0,22,8,8,19,8,8,3,2,0,54,21,0,3,0,45,0,10,7,16,8,21,0,2,17,25,0,37,0,50,0,14,0,50,21,0,1,8,0,1,0,50,0,8,0,2,0,47,0,0,7,19,8,9,8,25,21,1,3,0,19,0,2,0,12,0,50,0,13,8,19,0,40,0,31,7,0,18,19,21,1,8,17,22,0,0,11,14,21,1,3,0,68,0,51,0,11,8,16,0,27,0,52,0,2,0,47,0,6,7,9,0,26,9,0,50,0,13,0,48,0,25,8,0,0,0,57,19,8,8,0,1,0,13,19,16,0,13,0,51,0,21,8,16,22,0,1,11,14,0,59,0,25,16,15,22,16,0,0,0,57,17,22,0,2,11,14,21,0,2,0,11,0,50,0,13,0,48,0,25,8,8,16,0,45,0,9,7,16,0,38,16,14,0,19,0,32,0,67,19,0,14,0,60,19,0,56,15,23,8,22,0,3,11,14,21,0,2,0,42,0,60,7,0,21,0,57,19,21,0,3,0,13,0,51,0,21,8,19,0,23,0,13,19,16,25,21,0,2,22,0,3,22,0,4,22,0,5,22,0,6,22,0,7,4,5,11,14,21,2,25,0,13,16,22,0,8,11,14,21,0,1,0,31,21,0,6,17,21,2,26,16,0,14,0,50,21,0,8,8,0,2,0,1,19,0,0,0,19,19,21,0,4,0,0,0,59,17,0,0,21,0,8,17,17,0,40,0,31,7,21,2,27,17,22,0,9,11,14,21,0,7,0,42,0,133,1,7,16,22,0,10,11,14,21,0,9,0,21,21,0,10,17,22,0,11,11,14,0,63,0,0,0,77,17,0,14,21,0,1,17,0,29,16,22,0,12,11,14,21,0,1,0,31,0,50,21,0,12,8,0,52,0,134,1,0,31,21,0,6,0,35,21,0,12,17,17,8,16,22,0,1,12,14,21,0,1,0,33,21,2,28,17,22,0,13,11,0,12,0,50,0,13,8,21,2,28,17,22,0,14,11,0,8,16,0,29,16,22,0,15,11,14,21,0,13,0,29,21,0,14,17,0,40,0,31,7,21,2,29,17,0,40,0,21,7,22,0,11,13,14,0,57,0,1,21,0,6,17,0,21,21,0,7,17,0,21,21,0,14,0,29,16,17,0,29,21,0,11,0,42,0,13,7,16,17,0,21,21,0,15,17,0,30,16,22,0,16,11,14,21,0,11,0,21,16,0,21,21,0,1,0,31,21,0,15,17,17,0,31,21,0,16,17,22,0,17,11,14,0,57,0,21,21,2,29,0,42,0,13,7,16,17,0,31,21,0,13,17,22,0,18,11,14,21,0,17,0,29,0,50,0,13,0,48,0,25,8,0,12,21,0,18,0,45,0,0,7,16,19,0,31,21,0,16,19,8,16,22,0,19,11,14,21,0,9,21,0,7,0,0,0,57,17,0,44,0,29,7,0,23,21,0,1,0,13,16,19,0,47,0,0,7,9,0,49,0,12,0,2,0,18,19,8,21,0,6,17,0,40,0,1,7,0,57,17,0,29,21,0,18,17,0,40,0,37,7,21,0,19,17,21,0,10,3,3,0,12,16,0,28,16,0,41,0,11,7,16,22,0,20,11,14,21,1,14,0,29,21,1,22,17,0,33,21,0,6,17,22,0,21,11,14,21,0,17,21,0,20,0,31,21,0,21,17,0,58,0,3,21,0,7,0,0,21,0,6,17,17,0,31,21,0,21,17,3,3,25,21,0,1,0,30,16,22,0,3,11,0,40,0,31,7,21,0,1,17,22,0,4,11,14,21,1,13,0,13,16,0,25,16,0,31,0,50,21,0,4,0,36,16,8,0,52,21,1,11,0,31,21,1,13,17,0,31,21,0,4,17,0,14,21,0,4,0,34,16,17,0,40,0,29,7,21,0,3,17,8,16,25,21,1,0,0,13,16,0,25,16,21,0,1,0,56,21,1,1,0,51,0,31,8,8,16,0,12,16,0,2,0,48,0,46,0,0,7,8,21,1,0,0,43,0,14,7,21,0,1,17,17,25,21,0,1,0,31,0,50,21,0,2,0,29,21,0,1,17,8,0,52,0,42,0,57,7,8,16,21,1,3,21,0,2,0,40,0,31,7,16,17,25])
+ new Uint8Array([0,19,22,0,0,11,22,0,1,11,14,15,1,22,0,2,11,14,15,2,22,0,3,11,14,15,3,22,0,4,11,14,15,4,22,0,5,11,14,0,20,0,48,21,0,5,8,0,32,9,0,20,0,52,21,0,5,8,15,5,3,3,0,54,0,16,0,5,0,58,19,8,22,0,6,11,14,21,0,6,21,0,6,0,42,0,21,7,0,72,19,0,21,9,0,24,0,57,19,15,6,3,3,0,54,0,16,0,5,0,58,19,8,22,0,7,11,14,0,45,15,7,7,0,21,0,85,19,22,0,8,11,14,0,57,0,55,21,0,8,0,48,0,11,8,8,0,21,9,0,51,0,21,8,22,0,9,11,14,15,8,22,0,10,11,14,21,0,6,0,41,0,22,7,0,88,0,89,3,2,19,22,0,11,11,14,21,0,9,0,48,21,0,4,8,22,0,12,11,14,15,9,22,0,13,11,14,0,65,0,66,3,2,22,0,14,11,14,0,58,0,57,3,2,0,2,21,0,14,17,22,0,15,11,14,0,58,0,59,3,2,0,3,21,0,14,17,0,0,0,60,0,67,3,2,17,22,0,16,11,14,0,63,22,0,17,11,14,0,92,21,0,10,16,22,0,18,11,14,0,93,21,0,10,16,22,0,19,11,14,0,95,21,0,10,0,94,17,22,0,20,11,14,0,96,21,0,10,0,94,17,22,0,21,11,14,0,97,21,0,10,0,94,17,22,0,22,11,14,0,98,21,0,10,0,94,17,22,0,23,11,14,0,99,0,100,0,21,0,63,0,25,16,0,0,0,73,17,17,0,101,0,102,0,103,0,104,0,105,0,106,0,107,0,108,0,109,0,110,0,21,0,76,17,0,21,0,87,17,0,111,0,112,3,14,0,20,0,48,0,58,3,2,17,0,28,16,0,41,0,11,7,16,22,0,24,22,0,25,4,2,11,14,0,113,0,114,0,115,0,116,0,117,0,118,0,119,3,7,0,21,22,0,24,13,14,15,10,21,0,25,7,22,0,26,11,14,21,0,24,0,42,15,11,7,16,22,0,27,11,14,0,122,22,0,28,11,14,0,125,0,126,0,127,0,128,1,3,4,0,42,0,124,0,51,0,21,8,0,21,0,123,19,7,16,22,0,29,11,14,15,12,22,0,30,11,25,0,57,0,18,21,0,2,17,0,56,0,17,0,40,0,20,7,0,57,0,58,3,2,19,0,51,0,40,0,42,0,24,0,21,0,78,19,0,21,0,23,19,7,7,8,8,22,0,3,11,14,21,0,1,21,1,1,0,50,21,1,0,0,32,0,52,21,0,3,8,9,0,21,0,50,0,11,8,0,42,0,57,7,19,8,16,25,15,13,22,0,3,11,14,0,79,21,0,2,0,80,3,3,0,21,16,22,0,4,11,14,0,81,21,0,2,0,29,0,72,0,13,21,0,2,17,0,47,0,9,7,16,17,0,80,3,3,0,21,16,22,0,5,11,14,21,0,1,0,16,16,22,0,6,11,0,11,0,57,17,22,0,7,11,14,21,0,5,21,0,7,0,56,0,11,0,48,0,20,8,8,0,49,15,14,21,0,1,21,0,7,0,56,15,15,8,16,7,8,21,0,4,17,0,21,16,25,0,79,21,0,1,0,83,3,3,0,21,16,25,21,0,1,0,62,0,51,0,11,8,0,9,0,11,0,50,0,61,8,19,16,0,45,0,9,7,16,0,38,16,14,0,63,22,0,3,11,0,40,0,4,7,0,59,17,22,0,4,11,14,0,73,0,1,0,84,17,22,0,5,22,0,6,4,2,11,14,0,60,0,11,21,0,1,17,22,0,7,11,14,21,0,1,0,7,16,22,0,8,11,14,21,0,8,0,2,21,0,4,17,0,0,0,64,17,0,5,16,22,0,9,11,14,21,0,7,0,29,16,0,42,21,0,5,7,0,51,0,11,0,49,0,22,8,8,16,0,22,16,21,0,4,0,3,21,0,9,17,0,5,16,15,16,0,50,0,13,0,48,0,25,8,8,16,21,0,9,15,17,0,50,0,13,0,48,0,25,8,8,16,0,13,0,11,0,60,19,0,56,0,21,0,50,0,31,0,48,0,27,0,32,9,0,52,0,42,21,0,6,7,8,8,8,8,16,3,3,0,21,16,0,28,16,0,41,0,21,0,48,0,11,8,7,16,0,45,0,0,0,50,0,73,8,0,51,0,37,8,7,16,25,21,0,1,14,0,60,0,38,16,25,21,0,1,14,0,60,0,38,16,25,21,0,2,0,86,21,0,1,0,87,3,4,0,21,16,25,15,18,22,0,3,11,14,21,0,1,21,0,3,0,75,7,16,0,42,21,0,3,0,74,7,7,16,0,42,21,1,8,7,0,21,9,0,51,0,21,8,0,53,0,12,8,21,0,2,17,25,21,0,1,21,1,3,0,91,21,0,2,21,1,7,16,3,2,21,1,9,0,90,17,17,25,0,33,0,50,21,0,1,0,21,16,8,0,30,21,0,1,0,42,0,13,7,16,0,47,0,0,7,16,19,25,0,121,0,21,21,0,1,17,0,21,0,120,17,25,21,0,2,22,0,3,22,0,4,22,0,5,22,0,6,22,0,7,4,2,22,0,8,4,5,11,14,0,129,1,0,130,1,0,131,1,0,132,1,3,4,0,40,0,1,7,0,73,17,22,0,9,22,0,10,22,0,11,22,0,12,4,4,11,14,15,19,22,0,13,11,14,21,0,3,21,0,6,3,2,0,42,0,29,0,50,21,0,13,8,7,16,0,42,0,24,7,0,60,0,67,3,2,17,22,0,14,22,0,15,4,2,11,14,21,0,10,0,31,21,0,14,17,22,0,16,11,0,14,0,67,17,22,0,17,11,14,21,0,13,0,29,16,0,40,0,29,0,50,21,0,17,8,0,52,0,18,0,0,0,57,19,0,40,0,31,7,21,0,3,19,8,7,22,0,16,13,14,21,0,11,0,31,21,0,14,17,0,32,0,50,0,67,8,0,52,0,57,8,16,22,0,18,11,14,21,0,16,0,1,21,0,18,17,0,47,0,0,7,16,22,0,19,11,14,21,0,19,0,32,0,67,17,0,14,0,57,17,0,38,16,14,21,0,16,0,11,0,60,17,22,0,20,11,0,2,0,50,0,2,0,50,21,0,18,8,0,47,0,0,7,9,8,16,22,0,21,11,14,21,0,18,0,8,21,0,16,17,0,29,16,0,31,0,50,0,34,0,0,21,0,19,0,51,0,31,8,19,0,30,0,49,0,31,0,50,0,30,8,8,21,0,19,0,24,0,67,17,19,8,16,22,0,22,11,14,21,0,20,0,8,16,0,23,0,50,0,13,8,21,0,22,17,22,0,23,11,14,21,0,1,15,20,21,0,8,17,22,0,24,22,0,25,22,0,26,4,3,11,14,21,0,22,15,21,16,0,13,0,56,0,40,0,31,7,8,16,0,40,0,31,7,21,0,26,0,31,21,0,23,0,47,0,0,7,16,0,40,0,1,7,0,57,17,17,17,0,24,0,67,17,22,0,27,11,14,0,69,0,21,21,0,27,17,22,0,28,11,14,21,0,22,0,18,0,22,0,31,19,21,0,17,0,1,21,0,28,17,0,31,21,0,22,17,0,13,21,0,27,17,0,15,21,0,23,17,0,29,16,17,22,0,29,11,14,21,0,21,0,22,21,0,28,17,0,0,0,64,0,70,3,2,17,0,2,21,1,14,17,0,28,16,21,1,6,16,0,31,21,0,29,17,0,46,0,40,0,41,0,27,0,51,0,21,8,0,42,0,21,7,0,135,1,19,0,21,9,0,48,0,11,8,7,7,7,16,22,0,30,11,14,21,0,21,0,31,21,0,22,0,29,21,0,23,17,17,0,42,0,22,0,2,21,1,14,19,0,0,21,1,16,19,0,48,21,1,11,21,1,9,0,136,1,19,8,7,21,0,26,17,22,0,31,11,14,21,1,15,0,2,0,58,0,60,3,2,17,0,0,21,0,1,0,13,16,21,0,21,0,45,0,6,7,16,0,0,0,58,17,3,2,0,2,21,1,14,17,17,22,0,32,11,14,21,0,32,21,1,6,16,0,41,0,22,7,0,138,1,0,139,1,3,2,17,0,21,21,1,15,0,1,16,21,1,11,16,17,0,21,21,1,19,17,21,1,12,0,137,1,17,0,11,16,21,0,24,21,1,3,0,136,1,17,0,11,16,21,0,30,0,42,0,19,0,11,0,49,0,22,8,0,141,1,19,0,21,21,1,18,19,21,1,12,0,140,1,19,7,16,21,0,25,0,42,0,21,7,0,19,0,42,21,1,3,7,21,0,31,19,0,49,0,11,0,49,0,22,8,8,0,42,0,32,0,50,0,57,8,7,19,16,0,42,21,1,3,7,21,1,22,21,1,23,3,2,17,21,1,3,21,1,21,17,3,4,0,42,0,20,7,16,0,21,16,21,1,3,21,1,20,17,21,1,13,21,1,17,0,2,0,58,17,0,0,21,0,32,17,0,39,0,58,7,0,3,0,40,0,1,7,19,0,40,0,1,7,21,1,15,0,0,21,1,17,17,19,0,40,0,21,7,0,18,19,0,50,0,6,0,50,0,71,0,60,3,2,8,8,16,17,25,21,0,1,0,20,16,0,60,0,48,0,38,8,0,11,0,20,9,0,19,0,42,21,0,0,7,0,21,9,3,4,0,54,0,16,0,5,0,59,19,8,16,25,21,0,2,21,0,4,21,0,1,3,3,25,21,0,1,0,20,16,21,1,6,0,15,0,59,17,0,56,0,42,21,1,3,7,0,21,9,8,16,0,42,0,21,0,50,0,82,8,7,16,25,21,0,1,0,15,21,1,3,17,22,0,3,11,14,21,0,2,21,0,1,3,2,0,22,0,27,0,32,9,0,52,0,7,0,50,21,1,3,8,8,0,21,0,45,0,29,0,50,21,0,3,8,0,49,21,1,3,0,51,0,3,8,0,5,9,0,51,21,0,0,8,8,7,19,3,2,0,54,21,0,3,0,45,0,10,7,16,8,16,25,21,0,1,0,7,21,1,4,17,22,0,1,12,0,2,16,22,0,3,11,14,21,0,1,0,60,0,58,3,2,0,25,16,0,29,0,50,21,0,3,8,0,49,0,2,0,50,21,1,3,8,0,51,21,0,0,0,21,21,1,4,0,51,0,3,8,0,5,9,0,51,0,11,0,49,0,22,8,8,19,8,8,3,2,0,54,21,0,3,0,45,0,10,7,16,8,21,0,2,17,25,0,37,0,50,0,14,0,50,21,0,1,8,0,1,0,50,0,8,0,2,0,47,0,0,7,19,8,9,8,25,21,1,3,0,19,0,2,0,12,0,50,0,13,8,19,0,40,0,31,7,0,18,19,21,1,9,17,22,0,0,11,14,21,1,3,0,68,0,51,0,11,8,16,0,27,0,52,0,2,0,47,0,6,7,9,0,26,9,0,50,0,13,0,48,0,25,8,0,0,0,57,19,8,8,0,1,0,13,19,16,0,13,0,51,0,21,8,16,22,0,1,11,14,0,59,0,25,16,15,22,16,0,0,0,57,17,22,0,2,11,14,21,0,2,0,11,0,50,0,13,0,48,0,25,8,8,16,0,45,0,9,7,16,0,38,16,14,0,19,0,32,0,67,19,0,14,0,60,19,0,56,15,23,8,22,0,3,11,14,21,0,2,0,42,0,60,7,0,21,0,57,19,21,0,3,0,13,0,51,0,21,8,19,0,23,0,13,19,16,25,21,0,2,22,0,3,22,0,4,22,0,5,22,0,6,22,0,7,4,5,11,14,21,2,25,0,13,16,22,0,8,11,14,21,0,1,0,31,21,0,6,17,21,2,26,16,0,14,0,50,21,0,8,8,0,2,0,1,19,0,0,0,19,19,21,0,4,0,0,0,59,17,0,0,21,0,8,17,17,0,40,0,31,7,21,2,27,17,22,0,9,11,14,21,0,7,0,42,0,133,1,7,16,22,0,10,11,14,21,0,9,0,21,21,0,10,17,22,0,11,11,14,0,63,0,0,0,77,17,0,14,21,0,1,17,0,29,16,22,0,12,11,14,21,0,1,0,31,0,50,21,0,12,8,0,52,0,134,1,0,31,21,0,6,0,35,21,0,12,17,17,8,16,22,0,1,12,14,21,0,1,0,33,21,2,28,17,22,0,13,11,0,12,0,50,0,13,8,21,2,28,17,22,0,14,11,0,8,16,0,29,16,22,0,15,11,14,21,0,13,0,29,21,0,14,17,0,40,0,31,7,21,2,29,17,0,40,0,21,7,22,0,11,13,14,0,57,0,1,21,0,6,17,0,21,21,0,7,17,0,21,21,0,14,0,29,16,17,0,29,21,0,11,0,42,0,13,7,16,17,0,21,21,0,15,17,0,30,16,22,0,16,11,14,21,0,11,0,21,16,0,21,21,0,1,0,31,21,0,15,17,17,0,31,21,0,16,17,22,0,17,11,14,0,57,0,21,21,2,29,0,42,0,13,7,16,17,0,31,21,0,13,17,22,0,18,11,14,21,0,17,0,29,0,50,0,13,0,48,0,25,8,0,12,21,0,18,0,45,0,0,7,16,19,0,31,21,0,16,19,8,16,22,0,19,11,14,21,0,9,21,0,7,0,0,0,57,17,0,44,0,29,7,0,23,21,0,1,0,13,16,19,0,47,0,0,7,9,0,49,0,12,0,2,0,18,19,8,21,0,6,17,0,40,0,1,7,0,57,17,0,29,21,0,18,17,0,40,0,37,7,21,0,19,17,21,0,10,3,3,0,12,16,0,28,16,0,41,0,11,7,16,22,0,20,11,14,21,1,15,0,29,21,1,23,17,0,33,21,0,6,17,22,0,21,11,14,21,0,17,21,0,20,0,31,21,0,21,17,0,58,0,3,21,0,7,0,0,21,0,6,17,17,0,31,21,0,21,17,3,3,25,21,0,1,0,30,16,22,0,3,11,0,40,0,31,7,21,0,1,17,22,0,4,11,14,21,1,14,0,13,16,0,25,16,0,31,0,50,21,0,4,0,36,16,8,0,52,21,1,12,0,31,21,1,14,17,0,31,21,0,4,17,0,14,21,0,4,0,34,16,17,0,40,0,29,7,21,0,3,17,8,16,25,21,1,0,0,13,16,0,25,16,21,0,1,0,56,21,1,1,0,51,0,31,8,8,16,0,12,16,0,2,0,48,0,46,0,0,7,8,21,1,0,0,43,0,14,7,21,0,1,17,17,25,21,0,1,0,31,0,50,21,0,2,0,29,21,0,1,17,8,0,52,0,42,0,57,7,8,16,21,1,3,21,0,2,0,40,0,31,7,16,17,25])
,[runtime[0],runtime[1],runtime[2],runtime[3],runtime[4],runtime[6],runtime[7],runtime[8],runtime[9],runtime[10],runtime[11],runtime[12],runtime[13],runtime[14],runtime[15],runtime[16],runtime[18],runtime[19],runtime[20],runtime[21],runtime[22],runtime[23],runtime[24],runtime[25],runtime[26],runtime[27],runtime[29],runtime[30],runtime[31],runtime[32],runtime[33],runtime[35],runtime[36],runtime[37],runtime[38],runtime[39],runtime[40],runtime[41],runtime[42],runtime[43],runtime[44],runtime[45],runtime[46],runtime[47],runtime[48],runtime[49],runtime[50],runtime[51],runtime[52],runtime[53],runtime[54],runtime[55],runtime[56],runtime[57],runtime[58],runtime[59],runtime[61],1,2,3,0,-Infinity,Infinity,10,0.5,10.84,24,-1,128,-1.25,0.1,512,' ','0','=','|','\"','
- ,[[0,1,0,31],[0,0,517,4],[0,0,604,8],[0,0,724,3],[0,0,737,10],[0,0,988,3],[0,0,998,3],[0,0,1008,3],[0,0,1024,4],[0,0,1075,3],[1,1,1100,2],[0,0,1130,3],[0,0,1144,32],[0,0,2060,3],[1,0,2103,5],[0,0,2115,3],[0,0,2154,4],[0,0,2244,4],[1,1,2345,2],[0,1,2375,4],[0,0,2565,22],[0,0,3097,5],[0,0,3179,3],[0,0,3230,3]]
+ ,[[0,1,0,31],[0,0,517,4],[0,0,604,8],[0,0,724,3],[0,0,737,10],[0,0,988,3],[0,0,998,3],[0,0,1008,3],[0,0,1024,4],[0,0,1075,3],[1,1,1100,2],[0,0,1130,3],[0,0,1144,33],[0,0,2065,3],[1,0,2108,5],[0,0,2120,3],[0,0,2159,4],[0,0,2249,4],[1,1,2350,2],[0,1,2380,4],[0,0,2570,22],[0,0,3102,5],[0,0,3184,3],[0,0,3235,3]]
);
explain = (s,c) => {
doc.explain.innerHTML = s?drawEval(s,c).map(l=>l.join("")).join("\n"):'';
diff --git a/docs/try.html b/docs/try.html
index 0debb497..13870403 100644
--- a/docs/try.html
+++ b/docs/try.html
@@ -32,7 +32,6 @@
<ul>
<li>You can type special characters with a back<em>slash</em> prefix, as shown by hovering over the character bar above. Documentation links for primitives are <a href="doc/primitive.html">here</a>.</li>
<li>Any modifier with enter will execute (not just shift).</li>
- <li>For errors in dyadic functions or modifiers, the caret indicating position will point to the left argument or operand, not the function itself.</li>
<li>Support for function headers and multiple bodies is missing, and Under (<code class="Modifier2">⌾</code>) only works for a small class of structural functions. Fill elements aren't tracked: instead 0 is always used. Performance is bad.</li>
</ul>
</p>
diff --git a/src/c.bqn b/src/c.bqn
index a7dd7a7e..037debfd 100644
--- a/src/c.bqn
+++ b/src/c.bqn
@@ -190,8 +190,9 @@ Parse ← {r‿vn‿i‿e←𝕨⋄nv←≠vn
or←⍋oi←idor∾g⊏˜∾⟨cn,cn,bk,bk,dr,2/l,af/at,oa+1⌈oa⊏os,(dy×⊏⟜os)⊸+fa+dy,rt⟩
bc←or⊏∾idbc∾⟨0¨cn,ob,15¨bk,1+↕≠bk,14¨dr,⥊⍉(3+l⊏aa)≍ll
11⌈(11-1+⊑bG)+(af/ai)⊏ma+𝕩,5+oa⊏r,(⊢+9×10⊸=)16+dy-7×fa⊏er,25¨rt⟩
+ oj←i(≠-1˙)⊸⌊oi(-⊸↓˜⟜≠∾⊢)g⊏˜∾⟨1-˜af/at,oa,fa,rt⟩
bcl‿el‿ol←LEB bc∾25
- ⟨bcl,u,⟨ft,¬fx,el/˜1∾or≥bc-○≠rt,lc+fsc⟩, ol/(¯1∾˜or⊏oi)⊏¯1(⊢∾⊏)i⟩
+ ⟨bcl,u,⟨ft,¬fx,el/˜1∾or≥bc-○≠rt,lc+fsc⟩, (ol/¯1∾˜or⊏oj)⊸⊏¨i‿e⟩
}
LEB←{
@@ -204,6 +205,6 @@ LEB←{
Compile←{
⟨tok,role,val,t0,t1⟩←tx←Tokenize 𝕩
- ⟨bc,prim,blk,indb⟩←⟨role,⊑val,t0,t1⟩ Parse tok
- ⟨bc, ∾⟨prim⊏𝕨⟩∾1↓val, <˘⍉>blk, indb, tx⟩
+ ⟨bc,prim,blk,oi⟩←⟨role,⊑val,t0,t1⟩ Parse tok
+ ⟨bc, ∾⟨prim⊏𝕨⟩∾1↓val, <˘⍉>blk, oi, tx⟩
}
diff --git a/src/e.bqn b/src/e.bqn
index 5144c902..c242ce9f 100644
--- a/src/e.bqn
+++ b/src/e.bqn
@@ -37,7 +37,7 @@ hlTag ← {"<tspan class='"∾𝕩∾"'>"}¨ hlcl
escchars ← """&<>" ⋄ escapes ← ("&"∾∾⟜";")¨"quot"‿"amp"‿"lt"‿"gt"
Explain ← {
- b‿const‿blk‿i‿tok ← 𝕨
+ b‿const‿blk‿(i‿e)‿tok ← 𝕨
ba‿bc‿bo‿bp ← '0'-˜⟨ # For each instruction, number of:
"11111000000000010000022000" # Arguments
"000//232323223102303200121" # Stack values consumed