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