Back to I/Oprint
Print a value without a trailing newline.
Syntax
print(x) → nothing
Backends
TypeScript
Description
Print a value without a trailing newline.
Parameters
| Name | Description |
|---|---|
| x | Value to print |
Returns
nothing
Examples
Try It
>> print("hello")