SketchyLISP Reference |
Copyright (C) 2006 Nils M Holm |
<<[neq?] | [Index] | [nexpt]>> |
Conformance: R5RS
Purpose: Write newline character.
Implementation:
(define (newline) (display #\newline))
Example:
(newline) => #<void>
<<[neq?] | [Index] | [nexpt]>> |