work to make documentation unified.

This commit is contained in:
Olivier Gagnon
2021-03-12 02:51:56 -05:00
parent a00c253dcb
commit 2ce6ff2041
176 changed files with 1325 additions and 916 deletions

View File

@@ -3,7 +3,13 @@ print() Netscript Function
.. js:function:: print(x)
:param x: Value to be printed
:RAM cost: 0 GB
:param x: Value to be printed.
Prints a value or a variable to the script's logs.
Example:
.. code-block:: javascript
print("Hello world!"); // Prints "Hello world!" in the logs.