dion 2004/08/23 05:52:00
Modified: jexl/xdocs/reference examples.xml
Log:
Arithmetic examples
Revision Changes Path
1.9 +5 -0 jakarta-commons/jexl/xdocs/reference/examples.xml
Index: examples.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/jexl/xdocs/reference/examples.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- examples.xml 23 Aug 2004 11:24:47 -0000 1.8
+++ examples.xml 23 Aug 2004 12:52:00 -0000 1.9
@@ -94,9 +94,14 @@
<section name="Example Expressions">
<!-- invoking methods, property access, array access, empty, size etc... -->
<subsection name="Arithmetic">
+ <p>Most valid arithmetic expressions in Java are also valid in Jexl.</p>
<source>
1 + 2
12.0 - 5.2
+6 * 12 + 5 / 2.6
+12 % 2
+6 div 4
+-12 + 77.2
</source>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]