AI::Prolog::Engine::Primitives - The code for running aiprolog builtins
my $builtin = AI::Prolog::Engine::Primitives ->find($builtin_id);
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.
Curtis "Ovid" Poe, <moc tod oohay ta eop_divo_sitruc>
Reverse the name to email me.
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.