print

public func print[__opaque_0](__opaque_0) -> Result[(), IoError] where __opaque_0: Formattable

Formats value with its default FormatOptions and writes the result to stdout. No trailing newline.

Examples

try print("count: "); try println(42);

Defined in lang/std/io/stdio.ks