aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 360c1e3..021ea3a 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ Control flow:
Procedures:
- `procedure <ident>(<var>, ... ; <var>, ... ) begin <stm> end` declaration, first argument list are value arguments (vars passed to procedure), second argument list are variable arguments (vars returned from procedure).
-- `<ident>(<var>, ... ; <var>, ... )` call
+- `<ident>(<aexpr>, ... ; <var>, ... )` call
**Expression**