RosettaCodeData/Task/Conditional-structures/Inform-7/conditional-structures-2.inf
2023-07-01 11:58:00 -04:00

4 lines
85 B
INI

if N is:
-- 1: say "one.";
-- 2: say "two.";
-- otherwise: say "not one or two.";