INT i: INT non.const = 0: VAL const IS 9: [10]CHAN some.input: INT x: INT y: ALT i = non.const FOR const -- the count is a constant of 9 some.input[i] ? x SEQ y := x + 2 stdout ! y non.const := non.const + 1