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