The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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