Files
RCBASIC4/doc/doc_files/os.html
2026-02-26 15:33:51 -06:00

44 lines
698 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>OS$ [RCBasic Doc] </title>
</head>
<body>
<p><h2>Function OS$() </h2></p>
<p>
Returns the runtimes native operating system.
</p>
<p>
Possible Return Values
</p>
<ul>
<li>
WINDOWS
</li>
<li>
LINUX
</li>
<li>
MAC
</li>
<li>
ANDROID
</li>
<li>
IOS
</li>
<li>
WEB
</li>
</ul>
<p>
Note: This specifically returns the OS$ the runtime was built for so if you have a windows executable running under wine this function will return "WINDOWS"
</p>
<p>
</p>
</body>
</html>