dion 2004/08/22 07:50:28
Modified: jexl/xdocs/reference syntax.xml
Log:
Assignment isn't implemented
Revision Changes Path
1.10 +0 -10 jakarta-commons/jexl/xdocs/reference/syntax.xml
Index: syntax.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/jexl/xdocs/reference/syntax.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- syntax.xml 22 Aug 2004 11:57:55 -0000 1.9
+++ syntax.xml 22 Aug 2004 14:50:28 -0000 1.10
@@ -73,12 +73,6 @@
A block is simply multiple statements inside curly braces (<code>{,
}</code>).
</td>
</tr>
- <tr>
- <td>Assigment</td>
- <td>
- Assignment sets a variable to a given value using the <code>=</code>
operator.
- </td>
- </tr>
</table>
</section>
<section name="Literals">
@@ -156,10 +150,6 @@
<section name="Operators">
<table>
<tr><th width="15%">Operator</th><th>Description</th></tr>
- <tr>
- <td>Assignment</td>
- <td><source>var1 = var2</source></td>
- </tr>
<tr>
<td>Boolean <code>and</code></td>
<td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]