;this strategy repeats indefinitely
to main
;this strategy makes the program run itself indefinitely
to main
;this strategy repeats the commands many times
to main
to main
loop
[commands to loop]
end[commands to loop]
;this strategy makes the program run itself indefinitely
to main
commands to loop
main
endmain
;this strategy repeats the commands many times
to main
repeat 100
[commands to loop]
end[commands to loop]
No comments:
Post a Comment