削除された内容 追加された内容
237 行
>(define x "Xvalue")
>(for-each display `(1 2 3 x ,x "\n" "newline")
1 2 3 x Xvalue
newline
 
準引用により , が前に付くと、値が展開されます。それから