Acme-Brainfuck
view release on metacpan or search on metacpan
lib/Acme/Brainfuck.pm view on Meta::CPAN
139140141142143144145146147148149150151152153154155156157158=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 )