Scheme (programming language): Difference between revisions

Content deleted Content added
Ap (talk | contribs)
Added short overview of Scheme code with examples
Ap (talk | contribs)
m copyedit
Line 74:
'(1 2 3 4)
 
Note the quote ('), this tells Scheme to ''not'' interpret the following expression that follows the quote.
 
=== Data Types ===