mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Platform.isWindows.
This commit is contained in:
@ -24,3 +24,7 @@ If Wren was compiled for an unknown operating system, returns "Unknown".
|
||||
Returns `true` if the host operating system is known to support the POSIX
|
||||
standard. This is true for Linux and other Unices, as well as the various Apple
|
||||
operating systems.
|
||||
|
||||
### **isWindows**
|
||||
|
||||
Returns `true` if the host operating system is some flavor of Windows.
|
||||
|
||||
Reference in New Issue
Block a user