[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [tprint](./bitburner.ns.tprint.md) ## NS.tprint() method Prints one or more values or variables to the Terminal. **Signature:** ```typescript tprint(...args: any[]): void; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| args | any\[\] | Value(s) to be printed. |