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 d5410a8 commit dd9a287Copy full SHA for dd9a287
true/ti.html
@@ -4,9 +4,7 @@
4
if (put){
5
while (put.length>p){
6
if (put[p+1]=="c"){
7
- p++; while (put.length>p){
8
- pusch.push(put[p]) ; p++
9
- }
+ p++; while (put.length>p){ pusch.push(put[p]) ; p++ }
10
}
11
12
0 commit comments