bitburner-src/markdown/bitburner.ns.print.md
Olivier Gagnon f4ac7344c4 doc
2022-01-08 13:25:06 -05:00

525 B
Raw Blame History

Home > bitburner > NS > print

NS.print() method

Prints one or move values or variables to the scripts logs.

Signature:

print(...args: any[]): void;

Parameters

Parameter Type Description
args any[] Value(s) to be printed.

Returns:

void

Remarks

RAM cost: 0 GB