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