summaryrefslogtreecommitdiff
path: root/demos/expr/README
diff options
context:
space:
mode:
Diffstat (limited to 'demos/expr/README')
-rw-r--r--demos/expr/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/expr/README b/demos/expr/README
index ea67992da..c1e71ee5e 100644
--- a/demos/expr/README
+++ b/demos/expr/README
@@ -90,7 +90,7 @@ hex when base==0.
White space, as indicated by <ctype.h> isspace(), is ignored except for the
purpose of separating tokens.
-Variables can be included in expressions by putting them in the varargs list
+Variables can be included in expressions by putting them in the stdarg list
after the string. "a", "b", "c" etc in the expression string designate
those values. For example,