/ tests / oword / while.0 / test.ngc
test.ngc
 1  o<brokenwhile> sub
 2  #<foo> = 0
 3  O<x Zustellung> while [[#<foo>] LT  1]
 4      #<foo> = [[#<foo>] +1]
 5  O<x Zustellung> endwhile
 6  o<brokenwhile> endsub
 7  
 8  o <brokenwhile> call
 9  
10  M2