RosettaCodeData/Task/Conditional-structures/Inform-7/conditional-structures-3.inf
2023-07-01 13:44:08 -04:00

2 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]";