debug issue
Posted: Sun Nov 09, 2014 1:59 pm
'b'
one = 0
0 one = one + 1
print one
pause(.1)
if one = 1000000 then goto 7
goto 0
'---
1
print "done"
'written by princess Rothchilds........ -- - an 'embedded' iterative-like environment........
one2 = 0
2 one2 = one2 + 1
print one2
pause(.1)
if one2 = 1000000 then goto 3
goto 2
'---
3
print "done"
one3 = 0
4 one3 = one3 + 1
print one3
pause(.1)
if one3 = 1000000 then goto 5
goto 4
'---
5
print "done"
one4 = 0
6 one4 = one4 + 1
print one4
pause(.1)
if one4 = 1000000 then goto 7
goto 6
'---
7
print "done........"
hi........this code seems to oddly hover when the iPad is locked..is this normal?
one = 0
0 one = one + 1
print one
pause(.1)
if one = 1000000 then goto 7
goto 0
'---
1
print "done"
'written by princess Rothchilds........ -- - an 'embedded' iterative-like environment........
one2 = 0
2 one2 = one2 + 1
print one2
pause(.1)
if one2 = 1000000 then goto 3
goto 2
'---
3
print "done"
one3 = 0
4 one3 = one3 + 1
print one3
pause(.1)
if one3 = 1000000 then goto 5
goto 4
'---
5
print "done"
one4 = 0
6 one4 = one4 + 1
print one4
pause(.1)
if one4 = 1000000 then goto 7
goto 6
'---
7
print "done........"
hi........this code seems to oddly hover when the iPad is locked..is this normal?