|
|
| version 1.73, 2004/12/23 14:40:54 | version 1.94, 2005/08/08 13:30:45 |
|---|---|
| Line 1 | Line 1 |
| @main[] | $document[^xdoc::load[_bug.xml]] |
| $idroot[^document.selectSingle[//games]] | |
| $cH[^cH[]] | $idold[^document.selectSingle[//games/lastid]] |
| $idremove[^idroot.removeChild[$idold]] | |
| ^if($cH.this is "junction"){ | ^document.save[games1.xml] |
| $result[^cH.this[$cH.th_par]] | |
| }{ | |
| $result[0] | |
| } | |
| #################################################################################################################### | |
| @cH[] | |
| $result[ | |
| $.this[$mThis] | |
| $.th_par[ | |
| $.a(2) | |
| $.b(3) | |
| ] | |
| ] | |
| #################################################################################################################### | |
| @mThis[lparams][params] | |
| $params[^hash::create[$lparams]] | |
| $result[^eval($params.a * $params.b)] |