Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

#%private/steel/print

this module is in the prelude and therefore automatically available when running steel.

displayln

Displays the given argument(s), with a space between them, finishing with a new line.

Example

(displayln "Hello world!") ;; Prints "Hello world!"
(displayln "foo" "bar") ;; Prints "foo bar"

display

print

println