diff options
| author | Jens-Wolfhard Schicke-Uffmann <drahflow@gmx.de> | 2015-05-08 08:49:43 +0200 |
|---|---|---|
| committer | Jens-Wolfhard Schicke-Uffmann <drahflow@gmx.de> | 2015-05-08 08:49:43 +0200 |
| commit | 2d0b1b855775a956a1110cf5958731459b7ef3b0 (patch) | |
| tree | dd7f157294f9e5f427968c7d2d28f9f73703a143 | |
| parent | 403a7003899fc6f0752b09cc3caca3cc3013dde5 (diff) | |
| parent | b6b8dd979ad8d237a7f17c0e83cf6ba3ecc69504 (diff) | |
Merge pull request #1 from rohieb/patch-1
Indeed. Comparing this to /compiler/standard.ey...
| -rw-r--r-- | doc/scopes.md | 6 |
1 files 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. |
