
Language::Befunge::Ops - definition of the various operations

This module implements the various befunge operations. Not all those operations will be supported by the interpreter though, it will depend on the type of befunge chosen.

Push the current number onto the TOSS.
Turning left, like a car (the specs speak about a bicycle, but perl is _so_ fast that we can speak about cars ;) ).
Turning right, like a car (the specs speak about a bicycle, but perl is _so_ fast that we can speak about cars ;) ).
Hmm, the user seems to know where he wants to go. Let's trust him/her.
A serie of spaces is to be treated as one NO-OP.
Bypass comments in one tick.


Jerome Quelin, <jquelin@cpan.org>
Development is discussed on <language-befunge@mongueurs.net>

Copyright (c) 2001-2008 Jerome Quelin, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.