os ( -- class )
Factor documentation > Factor handbook > The implementation > System interface > Operating system detection
Next:linux


Vocabulary
system

Inputs and outputs
classa singleton-class


Word description
Outputs a singleton class with the name of the current operating system family.

Variable value
Current value in global namespace:
linux


Definition
USING: namespaces ;

IN: system

: os ( -- class ) \ os get-global ; foldable flushable