Easypt

osName

..Root.system.osName

A string identifying the operating system on which the Easypt interpreter is running.

Currently possible values are:

Child of:

system

Signatures:

Object, Basic, Iterable, Container, String

Example:

import("system");

log(system.osName);

Possible output:

linux