view demoim @ 22:29cf617f49db default tip

newer CVS version
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 22 Apr 2016 16:47:13 +0900
parents 1c57a78f1d98
children
line wrap: on
line source

% Sat May 22 11:43:11 JST 1993

:- use_module(library(gmlib)).

?-op(900,xfy,[(&),('&&')]).
?-op(700,xfy,['<->','\=',proj]).
?-op(60,fy,['~','#','<>', '@',^]).
?-op(60,fy,[*]).

:-
  unix(system('make tmpa M=lite:')),
  ['.tmpc'],
  unix(system('make display M=lite:')),
  ['.tmpc'].

make :- unix(system('make M=lite:')),consult(lite:['.tmpc','.tmpl']).

:- use_module(lite).
:- load(lite:[ex,kiss_ex,display]).

% :-start.
% :-display.
% display(Host) :- start(Host),display.

% end