| Language-XSB documentation | view source | Contained in the Language-XSB distribution. |
Language::XSB::Base - XSB SLG-WAN access
# use Language::XSB::Base; # better... :-) use Language::XSB;
This module provides direct access to the XSB SLG-WAM.
This module lets get and set the XSB SLG-WAM registers converting data between Prolog and Perl formats.
It also has methods to initialize XSB and to make it run.
It should be noted that registers in XSB are indexed from 1, but in Perl they are indexed from 0!
xsb_init()setreg($index, $term)setreg_int($index, $integer)getreg($index)getreg_int($index)regtype($index)go()Salvador Fandiņo, <sfandino@yahoo.com>
Copyright 2002, 2003 by Salvador Fandiņo
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Language-XSB documentation | view source | Contained in the Language-XSB distribution. |