
Language::Befunge::IP::lib::ROMA - Roman numerals extension

The ROMA fingerprint (0x524f4d41) allows to get standard values of roman numbers.
Note that the new instructions will just push digits,
you still have to do the arithmetic yourself.
Executing MCMLXXXIV will not leave 1984 on the stack.
But executing MCM\-+LXXX+++IV\-++ should.

Create a new ROMA instance.
Push the corresponding roman value (M=1000, D=500, etc.) onto the stack.

Language::Befunge, http://catseye.tc/projects/funge98/library/ROMA.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.