summaryrefslogtreecommitdiff
path: root/tests/oword/while.0/test.ngc
blob: a0b58af5e3875c322e1a625abfc7d2377b838a4e (plain)
1
2
3
4
5
6
7
8
9
10
o<brokenwhile> sub
#<foo> = 0
O<x Zustellung> while [[#<foo>] LT  1]
    #<foo> = [[#<foo>] +1]
O<x Zustellung> endwhile
o<brokenwhile> endsub

o <brokenwhile> call

M2