isFBSD

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

書式:
variable = isFBSD

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