Name
SPVM::Document::Language::System - System Setting in the SPVM Language
Description
This document describes system setting in the SPVM language.
System Setting
Standard Streams
SPVM opens own standard input, standard output, and standard error for a runtime just after a runtime is build.
Their open modes are set to the binary mode in Windows.
The print operator outputs to this SPVM's standard output.
The say operator outputs to this SPVM's standard output.
The warn operator outputs to this SPVM's standard error.
See Also
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License