diff options
Diffstat (limited to 'doc/scriptexamples/exprtest.kvs')
| -rw-r--r-- | doc/scriptexamples/exprtest.kvs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scriptexamples/exprtest.kvs b/doc/scriptexamples/exprtest.kvs index c07d199d5..893631f59 100644 --- a/doc/scriptexamples/exprtest.kvs +++ b/doc/scriptexamples/exprtest.kvs @@ -2,7 +2,7 @@ alias(exprtest) { - %txt = "Testing expression:" $0; + %txt = "Testing expression:" $0; %ret = ${ eval "return \$(" $0 ")"; } if(%ret != $1) |
