Skip to content

std:io module

Experimental

The std:io module exposes standard input and output handles — print, println, eprintln, and friends.

PropertyValue
Namespacestd
Sourcesrc/lua/std/io.rs
Teststests/std/io.test.luau
StabilityExperimental
Mirrorstd::io

Syntax

lua
local io = require("std:io")

Description

WARNING

This reference page is a stub. The full Lua surface is captured in the module source listed above and exercised by the test file. A spec PR following the spec-driven development workflow will land the contracted surface here.

Until that lands, the source and tests are the contract.

See also