!7 //set flag AllowMetaCode. //meta-postProcess { tok_embeddedFunctions } sS bla() { S x = "hello"; embedded S calc() { ret x + " " + x; } ret calc() + " " + calc(); } p-exp { print(bla()); }