Saving all output to "!!{outputDirectory}!!/udf_lessthan.q.raw". Enter "record" with no arguments to stop it. >>> !run !!{qFileDirectory}!!/udf_lessthan.q >>> DESCRIBE FUNCTION <; 'tab_name' 'a < b - Returns TRUE if a is less than b' 1 row selected >>> DESCRIBE FUNCTION EXTENDED <; 'tab_name' 'a < b - Returns TRUE if a is less than b' 1 row selected >>> >>> SELECT true>> !record