September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,13 +0,0 @@
|
|||
# Example 2: Restarting a loop:
|
||||
from goto import goto, label
|
||||
label .start
|
||||
for i in range(1, 4):
|
||||
print i
|
||||
if i == 2:
|
||||
try:
|
||||
output = message
|
||||
except NameError:
|
||||
print "Oops - forgot to define 'message'! Start again."
|
||||
message = "Hello world"
|
||||
goto .start
|
||||
print output, "\n"
|
||||
|
|
@ -1 +0,0 @@
|
|||
: foo 19 jump: 1+ 21 ;
|
||||
Loading…
Add table
Add a link
Reference in a new issue