The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Language::Befunge::lib::HELO - extension to print Hello world!

VERSION

version 5.000

SYNOPSIS

    P - print "Hello world!\n"
    S - store the gnirts "Hello world!\n"0 on the TOSS

DESCRIPTION

This extension is just an example of the Befunge extension mechanism of the Language::Befunge interpreter.

FUNCTIONS

new

Create a new HELO instance.

P

Output Hello world!\n.

S

Store the gnirts "Hello world!\n"0 on the TOSS.

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.