(Arne Babenhauserheide)
2014-02-11: add an anchor for the fibonacci-example. add an anchor for the fibonacci-example.
diff --git a/README b/README --- a/README +++ b/README @@ -39,7 +39,7 @@ Wisp and curly infix (SRFI-105) Wisp treats braces "{}" the same as parentheses "()" and square brackets "[]", so you can use it with curly infix ([SRFI-105](http://srfi.schemers.org/srfi-105/srfi-105.html)) to get more customary math expressions. In Guile Scheme with Wisp you can activate curly infix using the following line `. #!curly-infix ` (with a final space!) -The fibonacci-example above can then be transformed to the following: +<a name="fibonacci"></a>The fibonacci-example above can then be transformed to the following: . #!curly-infix define : fibonacci n