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

AI::Prolog::Term - Create Prolog Terms.

SYNOPSIS

 my $query = Term->new("steals(Somebody, Something).");

DESCRIPTION

See AI::Prolog for more information. If you must know more, there are plenty of comments sprinkled through the code.