(+ 1 2)
"12 6789"
"" で囲めば文字列
#<undef>
#<undef>
gosh> (write 2018)
2018#<undef>
(write 10 20)
エラー
(print "副作用")
副作用
#<undef>
(print "副作用" "ある")
副作用ある
#<undef>