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 5710390 commit ad83b84Copy full SHA for ad83b84
JAGL/JAGL.py
@@ -16,5 +16,5 @@
16
elif p==len(i) and m==1:
17
while 1:
18
p-=1
19
- if i[p]=="\n":break
20
- elif p==0:break
+ if i[p]=="\n":m=0;break
+ elif p==0:m=0;break
0 commit comments