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