16 lines
435 B
Perl
16 lines
435 B
Perl
|
|
||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
%
|
||
|
% Logtalk - Open source object-oriented logic programming language
|
||
|
% Release 2.30.1
|
||
|
%
|
||
|
% Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||
|
%
|
||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
|
||
|
|
||
|
:- pragma(system).
|
||
|
:- pragma(nodebug).
|
||
|
:- ensure_loaded(library(toplevel)).
|
||
|
:- include('$LOGTALKHOME/compiler/logtalk.pl').
|