Skip to content

Commit 0204ed8

Browse files
authored
Update JAGL.py
1 parent 251d8b9 commit 0204ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JAGL/JAGL.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
i="""@helo!|#"""
1+
i="""@hi|#~"""
22
p=0;s=[];ts=[];m=0
33
while True:
44
if i[p]=="@":
55
p+=1
66
while 1:
77
ts.append(i[p]);p+=1
8-
if i[p]=="\n" or i[p]=="|":break
8+
if i[p]=="|":break
99
while len(ts)>1:a=str(ts[0])+str(ts[1]);ts.pop(0);ts.pop(0);ts.reverse();ts.append(a);ts.reverse()
1010
s.append(ts[0]);ts.pop
1111
if i[p]=="#":s.reverse();print(s[0]);s.reverse();s.pop()

0 commit comments

Comments
 (0)