view initm @ 4:029b5a5ac494

*** empty log message ***
author kono
date Fri, 19 Jan 2001 02:03:27 +0900
parents 1c57a78f1d98
children f2aa38ce0787
line wrap: on
line source


% Sat May 22 11:43:11 JST 1993

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

:-lite:[op].

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

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

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

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

% end