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 d9b61ea commit 55579f4Copy full SHA for 55579f4
true/ti.html
@@ -5,7 +5,7 @@
5
if (put[p+1]=="c"){
6
p+=3; while (put.length>p){ pusch.push(put[p]) ; p++ }
7
}
8
- } }; document.getElementById("program").innerHTML = decodeURIComponent(pusch.join(''));
+ } }; document.getElementById("program").innerHTML= = decodeURIComponent(pusch.join(''));
9
function main(){
10
code=document.getElementById("program").value; input=document.getElementById("input").value.split("\n")
11
p=0; output=''; s=[]; ts=[]; /* m=0;*/ cons=output+'\nSTACK: ['+s+']\nTEMPSTACK: ['+ts+']\nBYTES: '+code.length
0 commit comments