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