Matched : foo (a, b, c) { if (c) { a++; } else { b--; } print "hi"; }