1*9a7741deSElliott Hughesfunction f(a,b,c) { print "hello" } 2*9a7741deSElliott HughesNR < 3 { f(1,2,3) } 3