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