namespace system
Description
System module
Class properties
-
args #
system.args -> ArrayCommand line arguments. This first element of this array will be the name of the script.
-
env #
system.env -> ObjectEnviornment variables. Changes to the properties in this object will be reflected in the environment seen by newly create subprocesses.
-
platform #
system.platform -> StringName of the platform. Obviously this is a constant string of “flusspferd”.
-
stderr #
system.stderr -> io.StreamStandard error stream.
-
stdin #
system.stdin -> io.StreamStandard input stream.
-
stdout #
system.stdout -> io.StreamStandard output stream.