diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 8a923ee0..98df9a9e 100644 --- a/index.html +++ b/index.html @@ -119,7 +119,7 @@ and <a href='html/025compare.cc.html'>comparing values</a>. <p/>Support for <a href='html/026call.cc.html'>defining new recipes</a>. In Mu calls to functions look just like primitive operations, with the ability to <a href='html/027call_ingredient.cc.html'>pass in ingredients</a>, and to -<a href='html/028call_reply.cc.html'>return products</a>. In particular, Mu +<a href='html/028call_return.cc.html'>return products</a>. In particular, Mu supports returning multiple values, and uses this ability far more pervasively than high-level languages can. |