:- use_module(library(gmlib)). :-[init],compile(display). % :-start. % :-display. display(Host) :- start(Host),display.