ljr/bml/test/codeblocks/carry-variables.bml

7 lines
168 B
Plaintext
Executable File

<?_code $content = "This should show up twice"; _code?>
<?_code $content _code?>
<?_code my $other = "This should only show up once."; _code?>
<?_code $other _code?>