<?xml version="1.0" encoding="windows-1252"?>
<node id="15920" title="RE: Operators: arithmetic and otherwise" created="2000-06-01 22:52:49" updated="2005-08-13 01:26:09">
<type id="11">
note</type>
<author id="15917">
Falthor</author>
<data>
<field name="doctext">
$a=2;
$a=3;
print $a+$b   #arithmetic operator prints 5
print $a.$b   #string operator prints 2 plus the three or 23
print $a*$b   #arithmetic operator prints 6
print $a x $b #string operators prints $a $b times or 2 three times. ie 222

Shouldn't there be end of lin characters on the end of lines 3-7 ?

&lt;p&gt;Falthor</field>
<field name="root_node">
990</field>
<field name="parent_node">
990</field>
</data>
</node>
