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