Saving all output to "!!{outputDirectory}!!/udf_sqrt.q.raw". Enter "record" with no arguments to stop it. >>> !run !!{qFileDirectory}!!/udf_sqrt.q >>> DESCRIBE FUNCTION sqrt; 'tab_name' 'sqrt(x) - returns the square root of x' 1 row selected >>> DESCRIBE FUNCTION EXTENDED sqrt; 'tab_name' 'sqrt(x) - returns the square root of x' 'Example:' ' > SELECT sqrt(4) FROM src LIMIT 1;' ' 2' 4 rows selected >>> !record