/* try to do something that requires 2 parameters */ int try(int a, /* description of first parameter */ int b); /* description of second parameter */