From b6b8dd979ad8d237a7f17c0e83cf6ba3ecc69504 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Fri, 8 May 2015 01:47:44 +0200 Subject: scopes.md: from my understanding, this should be deff* for executable. defv* is already defined in the three preceding lines. If my assumption is wrong, please add an explanation why it is defv* and not deff* ;-) --- doc/scopes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/scopes.md b/doc/scopes.md index 1bed056..8b40e93 100644 --- a/doc/scopes.md +++ b/doc/scopes.md @@ -41,9 +41,9 @@ Some of these functions are aliased, because they appear particularly useful: * `==?` aliases `defv`, i.e. value definition without optimization guarantees * `==` aliases `defvst`, i.e. value definition with static and type constness * `==:` aliases `defvd`, i.e. value definition with deep constness -* `=*?` aliases `defv`, i.e. executable definition without optimization guarantees -* `=*` aliases `defvst`, i.e. executable definition with static and type constness -* `=*:` aliases `defvd`, i.e. executable definition with deep constness +* `=*?` aliases `deff`, i.e. executable definition without optimization guarantees +* `=*` aliases `deffst`, i.e. executable definition with static and type constness +* `=*:` aliases `deffd`, i.e. executable definition with deep constness The value associated with a name can be updated using the `=` function. It takes a name to update and the new value from the stack. -- cgit v1.2.3