Name
SPVM::Document::Language::System - System Setting in SPVM Language
Description
This document describes system setting in 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
.
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License