mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
10 lines
193 B
ReStructuredText
10 lines
193 B
ReStructuredText
print() Netscript Function
|
|
===========================
|
|
|
|
.. js:function:: print(x)
|
|
|
|
:param x: Value to be printed
|
|
:RAM cost: 0 GB
|
|
|
|
Prints a value or a variable to the script's logs.
|