%hello Relation;hello Relation % % module % hello hello_hello(_upvals):-_upvals=[],(writeln_("hello world")). % main hello(X):-_hello = clos([],hello_hello),writeln_("hello world").