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

5 lines
85 B
INI
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
if N is:
-- 1: say "one.";
-- 2: say "two.";
-- otherwise: say "not one or two.";