Difference between revisions of "Goto"

383 bytes added ,  12:19, 27 July 2010
Automated import of articles
imported>Qazaaq
m (redirect to GoTo)
 
imported>Geckbot
(Automated import of articles)
Line 1: Line 1:
#REDIRECT [[GoTo]]
'''Goto'''
{{Function
|origin = FOSE1
|summary = Jump to a labeled position in the script previously defined by a call to Label. Execution will return to the label, simulating a loop. Be careful to provide an exit condition to avoid creating infinite loops.
|name = Goto
|returnType = void
|arguments =
  {{FunctionArgument
  |Name = labelID
  |Type = int
  }}
}}
[[Category:Functions_(FOSE)]]
Anonymous user