Acme-Brainfuck
view release on metacpan or search on metacpan
lib/Acme/Brainfuck.pm view on Meta::CPAN
=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 1.269 second using v1.01-cache-2.11-cpan-49f99fa48dc )