Handbook
Glossary
os ( -- class )
Factor handbook
»
The implementation
»
System interface
»
Operating system detection
Next:
linux
Vocabulary
system
Inputs
None
Outputs
class
a
singleton-class
Word description
Outputs a singleton class with the name of the current operating system family.
Variable value
Current value in global namespace:
macos
Definition
USING:
namespaces
;
IN:
system
:
os
( -- class )
\
os
get-global
;
foldable
flushable