Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
parenthesis
6116 days ago |
link
|
parent
Why does that work?
2 points
by
sjs
6116 days ago |
link
tostring captures whatever is sent to stdout.
(tostring (prn "hi"))
returns the string "hi\n" instead of actually printing it.
-----