//#if false
//#local x=1
//#endif
    hello
                //#local x=5
world
           //#local y=10
and me
//#local z=x+y
//#local test.var = z+"."+x+"."+y
/*$test.var$*/
---START_ETALON---
    hello
world
and me
15.5.10
