Saving all output to "!!{outputDirectory}!!/udf_avg.q.raw". Enter "record" with no arguments to stop it. >>> !run !!{qFileDirectory}!!/udf_avg.q >>> DESCRIBE FUNCTION avg; 'tab_name' 'avg(x) - Returns the mean of a set of numbers' 1 row selected >>> DESCRIBE FUNCTION EXTENDED avg; 'tab_name' 'avg(x) - Returns the mean of a set of numbers' 1 row selected >>> !record