Mercurial > hg > Applications > Tokio
annotate call @ 0:cfb7c6b24319
Initial revision
author | kono |
---|---|
date | Thu, 30 Aug 2007 14:57:44 +0900 |
parents | |
children |
rev | line source |
---|---|
0 | 1 /* |
2 Copyright (C) 1988, Shinji Kono | |
3 Everyone is permitted to copy and distribute verbatim copies | |
4 of this license, but changing it is not allowed. You can also | |
5 use this wording to make the terms for other programs. | |
6 | |
7 send your comments to kono@mtl.u-tokyo.ac.jp | |
8 */ | |
9 | |
10 ?- ['ts'], | |
11 compile('to'), | |
12 compile('tc'), | |
13 compile('th'), | |
14 compile('td'), | |
15 compile('te'), | |
16 compile('tg'), | |
17 compile('tr'), | |
18 compile('tu'), | |
19 compile('tf'), | |
20 compile('xf'), | |
21 compile('cp'), | |
22 compile('tp'). | |
23 ?- com('tm.pl', user), 'r_header'. |