; Branch test script
script "BranchTest"

message("This script doesn't stop. Click on iconbar then on Cancel when you wish to stop.")

.start

; Waste some time, so we can see the %ge counter increment
A++
A++
A--

B++
B++
B--

C++
C++
C--

D++
D++
D--

E++
E++
E--

F++
F++
F--

G++
G++
G--

H++
H++
H--

; Branch...
go("START")

; We're done - but we'll never get to this point!
terminate()

