syntax-quote.glisp 103 B

1234
  1. (def a 7)
  2. (def x `[{'g ({'b [~a]})}])
  3. (assert (= (str x) "[(hash (quote g) ((hash (quote b) [7])))]"))