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