1 2 3 4 5 6 7 8 9 10 11 12 13
<![CDATA[ function matchwo(a,b) { if (a < b && a < 0) then { return 1; } else { return 0; } } ]]> okay