with with inline blocks

[% with x=100, z=300; "x is $x\n"; "y is " ~ y ~ "\n"; "z is " z "\n"; end; %] --EOF--
look inside...
Thus Spake Andy:

Here's the same thing written as a TT2-style block delimited with semi-colons.