diff options
| author | Drahflow <drahflow@gmx.de> | 2015-08-21 22:03:10 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2015-08-21 22:03:10 +0200 |
| commit | abb8f90b005fabcefa723281cabac735143bf847 (patch) | |
| tree | 08c2a6f2ab48a0c6204bd5c8f8c8b238beeca6c3 | |
| parent | fc4eb5f80172001d3136a59dac8a5c53a28468ee (diff) | |
Point to execution.md once more
| -rw-r--r-- | doc/global.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/global.md b/doc/global.md index 59c8168..1c422d8 100644 --- a/doc/global.md +++ b/doc/global.md @@ -743,7 +743,8 @@ First `|`, then `curry`. Resolves a name in the current scope and immediately cu `**` ---- -Takes an object from the stack. If it is a function or an array, execute it. Then execute `**` again on the result. +Takes an object from the stack. If it is a function or an array, execute it (see execution.md for details). +Then execute `**` again on the result. 5 2 ||sub ** dump 0000000000000003 |
