run -s2 '(mod args (defmacro list1 args (if args (qq (c (unquote (f args)) (unquote (c list1 (r args))))) ())) (list1 300 40 50))'
(q 300 40 50)
