We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca60d2 commit 9c98eecCopy full SHA for 9c98eec
true/ti.html
@@ -6,7 +6,7 @@
6
p+=3; while (put.length>p){ pusch.push(put[p]) ; p++ }
7
}
8
} }
9
-document.getElementById("program").InnetHTML=pusch.join('')
+document.getElementById("program").InnerHTML=decodeURIComponent(pusch.join(''))
10
function main(){
11
code=document.getElementById("program").value; input=document.getElementById("input").value.split("\n")
12
p=0; output=''; s=[]; ts=[]; /* m=0;*/ cons=output+'\nSTACK: ['+s+']\nTEMPSTACK: ['+ts+']\nBYTES: '+code.length
0 commit comments