Special functions and variables in the workspace. * workspace Reference of the workspace. * show(object) It allows you to print any object on the workspace. e.g. (do it) : show("Hello world!"); * dump(object) Dump an object as a text with the structure. e.g. (print it) : dump(workspace);