Skip to content

Commit 55579f4

Browse files
authored
Update ti.html
1 parent d9b61ea commit 55579f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

true/ti.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
if (put[p+1]=="c"){
66
p+=3; while (put.length>p){ pusch.push(put[p]) ; p++ }
77
}
8-
} }; document.getElementById("program").innerHTML = decodeURIComponent(pusch.join(''));
8+
} }; document.getElementById("program").innerHTML= = decodeURIComponent(pusch.join(''));
99
function main(){
1010
code=document.getElementById("program").value; input=document.getElementById("input").value.split("\n")
1111
p=0; output=''; s=[]; ts=[]; /* m=0;*/ cons=output+'\nSTACK: ['+s+']\nTEMPSTACK: ['+ts+']\nBYTES: '+code.length

0 commit comments

Comments
 (0)