Skip to content

Commit

Permalink
make pdd19 examples not print output during compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
cotto committed Apr 12, 2011
1 parent 91bd7c3 commit da70a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pdds/pdd19_pir.pod
Expand Up @@ -491,11 +491,11 @@ and the file C<foo.pir> contains:
=begin PIR

.sub foo :immediate
print '42'
$I0 = 4
.end

.sub bar :postcomp
print '43'
$I0 = 3
.end

=end PIR
Expand Down

0 comments on commit da70a78

Please sign in to comment.