The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

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, <jquelin@cpan.org>

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Language::Befunge.