isNetBSD
使用中のオペレーティングシステムが NetBSD ならば 1 (true) を返します。
文法:
variable
= isNetBSD
用例:
if
isNetBSD
then
print("嗚呼、吾輩は NetBSD で動作しているナリ!!!")
end if