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

3 lines
109 B
INI
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
say "[if N is 1]one[otherwise if N is 2]two[otherwise]three[end if].";
say "[unless N is odd]even.[end if]";