RosettaCodeData/Task/Conditional-structures/Inform-7/conditional-structures-2.inf

5 lines
85 B
INI

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