print
Prints to stdout.
Signature
fun print(String value) {}
thp
Description
Prints a single String
into stdout. Doesn’t return anything.
Examples
print("Hello world!")
thp
print
Prints to stdout.
fun print(String value) {}
thp
Prints a single String
into stdout. Doesn’t return anything.
print("Hello world!")
thp