osName
..Root.system.osName
A string identifying the operating system on which the Easypt interpreter is running.
Currently possible values are:
windows
linux
Object
, Basic
, Iterable
, Container
, String
import("system");
log(system.osName);
linux