forked from saetre/busstuc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dater.pl
29 lines (17 loc) · 805 Bytes
/
dater.pl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
%% FILE dater.pl
%% SYSTEM BUSTER
%% CREATED TA-051007
%% REVISED TA-060306
%% UNIX Version
%% Compiles all the necessary files.
%% Same function as the file tucbus.
:- use_module( declare, [ (:=)/2, (=:)/2, set/2, value/2 ] ). %% RS-141105 General (semantic) Operators, %helpers := /2, =: /2, set/2, value/2. set( X, Y ) is X := Y .
%%?-prolog_flag(unknown,_,fail). %% (Don't?) crash on undefined predicates
%:-compile( 'tucbuster.pl' ).
:- use_module( 'tucbuster.pl', [ ] ). %% :-[tuctele]. %%% // Tele things %% TA-051018
?- (duallangflag := false). %% speech based
?- (telebusterflag := false). %% Permanent
?- (daterflag := true). %% Permanent %% TA-061130
?- (teleflag := true). %% Volatile %% Ad Hoc
?- (busflag := false).
?- (windowsflag := false).