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