Loops/Continue: Difference between revisions

Content added Content deleted
Line 2,155:
 
=={{header|Scheme}}==
For R7RS Scheme. In this functional solution, there is no "continue". Instead, the "loop" function is directly called in the tail end (this is [[Category:Recursion|tailTail recusrionRecursion]]).
{{incorrect|Scheme|}}
<syntaxhighlight lang="scheme">(import (scheme base)
(scheme write))