削除された内容 追加された内容
 
243 行
 
>(define x "Xvalue")
>(for-each display `(1 2 3 x ,x "\n" "newline"))
1 2 3 x Xvalue
newline