%begin %integer fred, jim, i %while fred < jim %cycle %if i = 55 %then %continue %if i = 99 %then %exit i = i+1 %repeat %endofprogram