%%:@* t-technology %%@ extern %@include @phrase-t-technology.txt %@include @vr/library-slides.pl %%@ slides :-object OBJECT : [slides]. var url = '@talk-t-technology.wrl'. var slideset = 't-technology'. var interface = 't-technology-interface'. main :- load(url), delay(5000), initialize, watch(slideset), connect(interface), delay(2000), !. :- end_object OBJECT. %%