print() Netscript Function =========================== .. js:function:: print(x) :RAM cost: 0 GB :param x: Value to be printed. Prints a value or a variable to the script's logs. Example: .. code-block:: javascript print("Hello world!"); // Prints "Hello world!" in the logs.