proc PrintBool(Str, Test); int Str, Test; [Text(0, Str); Text(0, if Test then "true" else "false"); CrLf(0); ]; proc PrintSet(Str, Set, Names); int Str, Set, Names, I; [Text(0, Str); for I:= 0 to 31 do if 1<