contract Foo { function foo(uint32 n) public { if (n > 10) { // do something } else { // do something different } } }