Inline::Befunge

Write Perl subs in Befunge
Download

Inline::Befunge Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jerome Quelin
  • Publisher web site:
  • http://search.cpan.org/~jquelin/Games-RailRoad-1.00/lib/Games/RailRoad.pm

Inline::Befunge Tags


Inline::Befunge Description

Write Perl subs in Befunge Inline::Befunge is a class to write Perl subs in Befunge.SYNOPSIS use Inline "Befunge"; print "9 + 16 = ", add(9, 16), " "; print "9 - 16 = ", subtract(9, 16)," "; __END__ __Befunge__ ;:add; +q ;:subtract; -qThe Inline::Befunge module allows you to put Befunge source code directly "inline" in a Perl script or module.This allows you to write cool stuff with all the power of Befunge! Requirements: · Perl


Inline::Befunge Related Software