bitburner-src/doc/source/netscript/basicfunctions/tprint.rst

15 lines
310 B
ReStructuredText
Raw Normal View History

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