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

3 lines
109 B
INI

say "[if N is 1]one[otherwise if N is 2]two[otherwise]three[end if].";
say "[unless N is odd]even.[end if]";