Arc Forumnew | comments | leaders | submitlogin
2 points by sjs 5935 days ago | link | parent

tostring captures whatever is sent to stdout.

    (tostring (prn "hi"))
returns the string "hi\n" instead of actually printing it.