goto

beasscript-logo-small

goto=<jumpmarc>

 

Jumps to a goto mark

You need to declare the goto mark inside [].

 

Example:

 

if=<myvalue>=a=point1=point2
[point1]
message=in myvalue is the letter 'a'
return success
[point2]

...

 

 

Specific Goto Marks::

ende        End of Source File with return SUCCESS

cancel        End of Source File with return FAILURE