Home > bitburner > NS > tprint
Prints one or more values or variables to the Terminal.
Signature:
tprint(...args: any[]): void;
Parameter | Type | Description |
---|---|---|
args | any[] | Value(s) to be printed. |
Returns:
void
RAM cost: 0 GB
See print for how to add color to your printed strings.