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.