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 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