[Asterisk-cvs] asterisk/doc README.variables,1.48,1.49
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Thu Jun 23 22:51:15 CDT 2005
Update of /usr/cvsroot/asterisk/doc
In directory mongoose.digium.com:/tmp/cvs-serv24647/doc
Modified Files:
README.variables
Log Message:
add conditional operator to expression parser, and various cleanups (bug #4459)
Index: README.variables
===================================================================
RCS file: /usr/cvsroot/asterisk/doc/README.variables,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- README.variables 21 Jun 2005 22:15:27 -0000 1.48
+++ README.variables 24 Jun 2005 02:51:47 -0000 1.49
@@ -518,6 +518,12 @@
** match anywhere in the string. The only diff with the ':' is that
** match doesn't have to be anchored to the beginning of the string.
+**9. Added the conditional operator 'expr1 ? true_expr :: false_expr'
+** First, all 3 exprs are evaluated, and if expr1 is false, the 'false_expr'
+** is returned as the result. See above for details.
+
+**10. Unary operators '-' and '!' were made right associative.
+
--------------------------------------------------------
DEBUGGING HINTS FOR $[ ] EXPRESSIONS
--------------------------------------------------------
More information about the svn-commits
mailing list