Garden 🌻

print()

Write a string to stdout.

See also println.

Example
print("hello world\n")
Source Code
public fun print(_: String): Unit {
  __BUILT_IN_IMPLEMENTATION
}