diff options
Diffstat (limited to 'CHICKEN.html.markdown')
-rw-r--r-- | CHICKEN.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHICKEN.html.markdown b/CHICKEN.html.markdown index 4ae45cac..37f6c859 100644 --- a/CHICKEN.html.markdown +++ b/CHICKEN.html.markdown @@ -504,8 +504,8 @@ sqr ;; => #<procedure (sqr x)> (import star-squarer) (square 3) ;; => ((* * *)(* * *)(* * *)) - ``` + ## Further Reading * [CHICKEN User's Manual](https://wiki.call-cc.org/manual). * [R5RS standards](http://www.schemers.org/Documents/Standards/R5RS) |