if x == 1 then ( print "one" ) else if x == 2 then ( print "two" ) else ( print "Neither one or two" )