getOS
Syntax
getOS()
Arguments
None
Details
Return the operating system where DolphinDB is running.
Examples
getOS();
// output
linux
getOS()
None
Return the operating system where DolphinDB is running.
getOS();
// output
linux