*** empty log message ***
[m17n/m17n-lib-cs.git] / xex.xml
1 <?xml version='1.0'?>
2 <expr>
3   <defun fname="temp">
4     <args><const type="symbol">x</const><const type="symbol">y</const></args>
5     <add><variable vname="x"/><variable vname="y"/></add>
6   </defun>
7
8   <set>
9     <const type="symbol">x</const>
10     <const type="integer">10</const>
11   </set>
12   <funcall id="temp">
13     <variable vname="x"/>
14     <const type="integer">1</const>
15   </funcall>
16 </expr>