fun foo a b = a * b; let bar = foo( 3 3 ); if bar == 9 then do print(bar); print(":)"); end else print(":("); end;