Home  Contents

io.std-functions

IO Lua Commands

SYNOPSIS

  1. io.stdout
  2. io.stdin
  3. io.stderr

DESCRIPTION

  • io.stdout is the standard input file handle (read-only).
  • io.stdin is the standard output file handle (write-only).
  • io.stderr is the standard error file handle (write-only).