Files
wren/test/os/platform/is_windows.wren
2016-05-21 12:53:21 -07:00

5 lines
169 B
Plaintext

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