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