Skip to content

More convenient printing of multiple values

sorawee edited this page Dec 6, 2021 · 4 revisions

|Artifacts|

(define (say . xs)
  (displayln (apply ~a xs)))

Use as follows:

(say "The value of x is: " x)
Clone this wiki locally