Scilab 6.1.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
%io
protected variable providing ids of the standard input and standard output
Syntax
%io(1) %io(2)
Description
%io(1)
returns standard input (file descriptor 5).
%io(2)
returns standard output (file descriptor 6).
File descriptor 0 is the standard error.
Examples
See also
History
Version | Description |
6.0.0 | %io is now protected (read-only). |
Report an issue | ||
<< getURL | Entrées/Sorties [fichiers] | listvarinfile >> |