diff options
Diffstat (limited to 'web/question.txt')
-rw-r--r-- | web/question.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/question.txt b/web/question.txt index 23d3b9b67..8f48c1640 100644 --- a/web/question.txt +++ b/web/question.txt @@ -117,9 +117,9 @@ General ------------------------- *Procedure* used to be the common term as opposed to a *function* which is a - mathematical entity that has no side effects. It was planned to have ``func`` - as syntactic sugar for ``proc {.noSideEffect.}`` but with the more fine-grained - effect system it is not yet clear what ``func`` should be a shortcut for. + mathematical entity that has no side effects. It is planned to have ``func`` + as syntactic sugar for ``proc {.noSideEffect.}`` and ``func`` is already a + keyword. Compilation |