Mon Mar 23 11:55:45 2015 FUNCTION_ARGS_TEST: FUNCTION_ARGS demonstrates how to count and print function arguments when the number of arguments may vary. FUNCTION_ARGS: Number of arguments on this call was 0 FUNCTION_ARGS: Number of arguments on this call was 3 0. 1.1 1. -2.2 2. 3.3 FUNCTION_ARGS: Number of arguments on this call was 4 0. 1 1. two 2. 3.3 3. (4, 5) FUNCTION_ARGS_TEST: Normal end of execution. Mon Mar 23 11:55:45 2015