newline
-- r7rs
Definition procedure
;
Procedure variants:
(() -> (undefined))
undefined
;((output-port-open) -> (undefined))
output-port-open
;undefined
;scheme:base
-- (scheme base)
;scheme
-- (scheme)
;(newline) (newline port)
Writes an end of line to textual output
port
. Exactly how this is done differs from one operating system to another. Returns an unspecified value.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.