class

Cosmo::Intrinsic::SystemLib::EnvLib::SetVar

Inherits Cosmo::Intrinsic::IFunction / Cosmo::Callable / Reference / Object

Sets an environment variable

Instance methods

arity

The amount of parameters this function will accept

Source
call(args : Array(ValueType)) : Nil

Executes the function body, passing in args

Source