isNetBSD

オペレーティングシステムがNetBSDなら1(True)。

書式:
variable = isNetBSD

例:
if isNetBSD then
    print("Wow, I'm running on a NetBSD!!!")
end if