Saving all output to "!!{outputDirectory}!!/udf_bitwise_and.q.raw". Enter "record" with no arguments to stop it. >>> !run !!{qFileDirectory}!!/udf_bitwise_and.q >>> DESCRIBE FUNCTION &; 'tab_name' 'a & b - Bitwise and' 1 row selected >>> DESCRIBE FUNCTION EXTENDED &; 'tab_name' 'a & b - Bitwise and' 'Example:' ' > SELECT 3 & 5 FROM src LIMIT 1;' ' 1' 4 rows selected >>> !record