(n = 2).if_true { "n is 2\n".print; }; (n = 2).if_false { "n is not 2\n".print; };