NAME
Language::Befunge::Wrapping - base wrapping class
VERSION
version 5.000
DESCRIPTION
LBW
implements a wrapping that dies. It's meant to be overridden by other wrapping classes.
CONSTRUCTOR
LBW->new;
Creates a new wrapping object.
PUBLIC METHODS
$wrapping->wrap( $storage, $ip )
Wrap $ip
in $storage
according to this module wrapping algorithm. See DESCRIPTION for an overview of the algorithm used.
Note that $ip
is already out of bounds, ie, it has been moved once by LBI.
As a side effect, $ip will have its position changed.
AUTHOR
Jerome Quelin
COPYRIGHT AND LICENSE
This software is copyright (c) 2003 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.