Acme-Brainfuck

 view release on metacpan or  search on metacpan

lib/Acme/Brainfuck.pm  view on Meta::CPAN

139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
=item ] Next
 
Go back to the last previous '['.
 
=back
 
=head2  Extensions to ANSI Brainfuck
 
This implementation has extra instructions available.  In order to avoid such
terrible bloat, they are only available if you use the I<verbose> pragma like
so:
 
use Acme::Brainfuck qw/verbose/;
 
The extra instructions are:
 
=over 4
 
=item ~ Reset



( run in 0.630 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )