[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [tprint](./bitburner.ns.tprint.md)
## NS.tprint() method
Prints a value or a variable to the Terminal.
Signature:
```typescript
tprint(msg: string | number | string[] | number[]): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| msg | string \| number \| string\[\] \| number\[\] | Value to be printed. |
Returns:
void
## Remarks
0 GB