isOsx
オペレーティングシステムがMacOSXなら 1 (true)。
書式:
variable
= isOsx
例:
if
isOsx
then
print("Wow, I'm running on OSX!!!")
else
print("Hey, this is not a Mac")
end if