
Language::Befunge::IP::lib::REFC - Referenced cells extension

The REFC fingerprint (0x52454643) allows vectors to be encoded into and decoded from single scalar cell values.
Note that the internal list of references is considered shared among all IP's.

Create a new REFC instance.
Reference pops a vector off the stack,
and pushes a scalar value back onto the stack,
unique within an internal list of references,
which refers to that vector.
Dereference pops a scalar value off the stack,
and pushes the vector back onto the stack which corresponds to that unique reference value.

Language::Befunge, http://catseye.tc/projects/funge98/library/REFC.html.

Jerome Quelin,
<jquelin@cpan.org>

Copyright (c) 2001-2009 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.