Name

SPVM::Document::Language::System - System Setting in The SPVM Language

Description

This document describes system setting in the SPVM language.

System Setting

Standard IO

SPVM has own stdin, stdout, and stderr. These are set to the binary mode.

The say operator and the print operator output to this SPVM's stdout.

The warn operator outputs to this SPVM's stderr.

See Also

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License