mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
15 lines
310 B
ReStructuredText
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. |