Scheme (programming language): Difference between revisions

Content deleted Content added
mNo edit summary
Remove unreferenced template, repeat ref from top of page to make it clear the statement is referenced.
Line 496:
 
== Review of standard forms and procedures ==
The language is formally defined in the standards R5RS (1998)<ref name="r5rs" /> and R6RS (2007).<ref name="r6rs" /> They describe standard "forms": keywords and accompanying syntax, which provide the control structure of the language, and standard procedures which perform common tasks.
{{unreferenced section|date=May 2013}}
 
The language is formally defined in the standards R5RS (1998) and R6RS (2007). They describe standard "forms": keywords and accompanying syntax, which provide the control structure of the language, and standard procedures which perform common tasks.
 
===Standard forms===