Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 525 Bytes

bitburner.ns.print.md

File metadata and controls

28 lines (16 loc) · 525 Bytes

Home > bitburner > NS > print

NS.print() method

Prints one or move values or variables to the script’s logs.

Signature:

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

Parameters

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

Returns:

void

Remarks

RAM cost: 0 GB