SketchyLISP Reference |
Copyright (C) 2007 Nils M Holm |
<<[head?] | [Index] | [implode]>> |
Conformance: SketchyLISP Extension
Purpose: Express identity.
Arguments:
X - datum.
Implementation:
(define (id x) x)
Example:
(id 'foo) => foo
<<[head?] | [Index] | [implode]>> |