NAME
AI::Prolog::Engine::Primitives - The code for running aiprolog builtins
SYNOPSIS
my $builtin = AI::Prolog::Engine::Primitives ->find($builtin_id);
DESCRIPTION
This module contains the code to handle the built-in predicates. The AI::Prolog::Engine assigns many builtins an ID number and this number is used to lookup the sub necessary to execute the built-in.
AUTHOR
Curtis "Ovid" Poe, <moc tod oohay ta eop_divo_sitruc>
Reverse the name to email me.
COPYRIGHT AND LICENSE
Copyright 2005 by Curtis "Ovid" Poe
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.