Acme::MetaSyntactic
By Philippe Bruhat (aka: BooK)
'Useful' when writing code examples
my
$foo
=
"bar"
;
$foo
.=
"baz"
;
# barbaz