// retoor <retoor@molodetz.nl>
|
|
|
|
import "sysinfo" for SysInfo
|
|
|
|
var count = SysInfo.cpuCount
|
|
System.print(count is Num) // expect: true
|
|
System.print(count > 0) // expect: true
|
// retoor <retoor@molodetz.nl>
|
|
|
|
import "sysinfo" for SysInfo
|
|
|
|
var count = SysInfo.cpuCount
|
|
System.print(count is Num) // expect: true
|
|
System.print(count > 0) // expect: true
|