Add a joiner to multiinstructions.
[artemus.git] / tests / t1.pl
blob192be8aed9dd977a1bb187a814cc97cf87d57c1b
1 #!/usr/bin/perl
3 use Artemus5;
5 my $artemus = Artemus5->new( path => [ '.' ]);
7 my $stream = $artemus->_compile(join('', <>));
8 print $artemus->execute($stream, '1st arg', '2nd arg');