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