Trivial test: macro-error-test.tl: 1: (defmacro mac (expr) 2: expr) 3: (mac (/ 1 0)) $ txr macro-error-test.tl txr: unhandled exception of type numeric-error: txr: possibly triggered at macro-error-test.tl:3 by form (/ 1 0) txr: message: /: division by zero If we change the example to this: 1: (defmacro mac (expr) 2: (copy expr)) 3: (mac (/ 1 0)) the error is exactly the same.
macro-error-test
How to use macro-error-test in a sentence. Live example sentences for macro-error-test pulled from indexed public discussions.
Editorial note
Trivial test: macro-error-test.tl: 1: (defmacro mac (expr) 2: expr) 3: (mac (/ 1 0)) $ txr macro-error-test.tl txr: unhandled exception of type numeric-error: txr: possibly triggered at macro-error-test.tl:3 by form (/ 1 0) txr: message: /: division by zero If we change the example to this: 1: (defmacro mac (expr) 2: (copy expr)) 3: (mac (/ 1 0)) the error is exactly the same.
Quick take
Trivial test: macro-error-test.tl: 1: (defmacro mac (expr) 2: expr) 3: (mac (/ 1 0)) $ txr macro-error-test.tl txr: unhandled exception of type numeric-error: txr: possibly triggered at macro-error-test.tl:3 by form (/ 1 0) txr: message: /: division by zero If we change the example to this: 1: (defmacro mac (expr) 2: (copy expr)) 3: (mac (/ 1 0)) the error is exactly the same.
Example sentences
Frequently asked questions
Short answers drawn from the clearest meanings and examples for this word.
How do you use macro-error-test in a sentence?
Trivial test: macro-error-test.tl: 1: (defmacro mac (expr) 2: expr) 3: (mac (/ 1 0)) $ txr macro-error-test.tl txr: unhandled exception of type numeric-error: txr: possibly triggered at macro-error-test.tl:3 by form (/ 1 0) txr: message: /: division by zero If we change the example to this: 1: (defmacro mac (expr) 2: (copy expr)) 3: (mac (/ 1 0)) the error is exactly the same.