printLogic := method(a,b, writeln("a and b is ", a and b) writeln("a or b is ", a or b) writeln("not a is ", a not) )