A method interface definition defines the parameters for the method, how they are passed, and any alternate syntax that can be used to invoke the method.
where verb-signature is:
Note: Open-parenthesis and close-parenthesis enable you to define functions that look like intrinsic functions, with parameters enclosed in parentheses.