:-op(200,fx,hello). :-begin_module(prolog). :-[wam]. :-end_module(prolog). main:-write(hello world),nl.