Language::Befunge::lib::HELO.3pm

Langue: en

Version: 2008-01-22 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

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.

SEE ALSO

Language::Befunge.

AUTHOR

Jerome Quelin, <jquelin@cpan.org> Copyright (c) 2001-2008 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.