Topic: print() function?

in lot of examples here and in docs i see print(something) function is used. but where it outputs? is there any log file or onscreen output?
it could b really great for testing and debugging scripts if we have print() writing needed info into log.
thanx.

Re: print() function?

Hi, the print function writes to the command line.
The command line window is normally visible on windows, but on mac and linux, to see it you have to open maratis from a terminal.
Then all the print will be visibile inside the terminal window.