Mercurial > hg > Applications > Lite
view demoim @ 2:1c57a78f1d98
Initial revision
author | kono |
---|---|
date | Thu, 18 Jan 2001 23:27:24 +0900 |
parents | |
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