Skip to main content

module

io

Provides utilities for working with input/output.

These are Mojo built-ins, so you don't need to import them.

Functions

  • print: Prints elements to the text stream. Each element is separated by a whitespace and followed by a newline character.

Was this page helpful?