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

5 lines
169 B
JavaScript
Raw Normal View History

2016-05-21 12:53:21 -07:00
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