Files
wren/test/sysinfo/hostname.wren
T

8 lines
192 B
JavaScript
Raw Normal View History

2026-01-25 13:09:28 +01:00
// retoor <retoor@molodetz.nl>
import "sysinfo" for SysInfo
var hostname = SysInfo.hostname
System.print(hostname is String) // expect: true
System.print(hostname.count > 0) // expect: true