Did you know ... Search Documentation:
Pack cosmos -- prolog/readme_pack.txt

cosmos.pl.

cstart/0.

Opens the interpreter.

ceval/1.

Evaluates code then closes the session. e.g.

:- ceval('x=1 or y=3').

ui/0.

Graphical swi debugger.

Shorthand for guitracer,trace.

cmodule/1.

Compiles module e.g.

:- cmodule('name') ;name.co is a language file