bitburner-src/doc/source/netscript/basicfunctions/tprint.rst
2021-03-12 02:51:56 -05:00

15 lines
310 B
ReStructuredText

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.