Files
wren/test/os/platform/is_windows.wren
T

5 lines
169 B
Plaintext
Raw Normal View History

import "os" for Platform
// It's just a less stringly-typed API for checking the name.
System.print(Platform.isWindows == (Platform.name == "Windows")) // expect: true