bitburner-src/markdown/bitburner.ns.print.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

501 B
Raw Blame History

Home > bitburner > NS > print

NS.print() method

Prints a value or a variable to the scripts logs.

Signature:

print(msg: any): void;

Parameters

Parameter Type Description
msg any Value to be printed.

Returns:

void

Remarks

RAM cost: 0 GB