Skip to content

Commit 52bb309

Browse files
authored
Update ti.html
1 parent 3019ab6 commit 52bb309

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
@@ -17,7 +17,7 @@
1717
if (code[p]in num /*&& m==0*/){ s.push(code[p]) }
1818
else if (code[p]=="."){ if (s.length>0){ output += s.pop() } else { break } }
1919
else if (code[p]=="-"){if (s.length>0){ s.pop()} else { break } }
20-
else if (code[p]=="\n"){ break }
20+
//else if (code[p]=="\n"){ break }
2121
p++
2222
} ; if (perma!=="https://thevitebsk-github-io.vercel.app/true/ti.html#c="){ cons += "\nPERMALINK: "+perma }
2323
document.getElementById("console").innerHTML=cons

0 commit comments

Comments
 (0)