isOsx
Returns 1 (true) if operative system in use is MacOSX.
Syntax:
variable
= isOsx
Example:
if
isOsx
then
print("Wow, I'm running on OSX!!!")
else
print("Hey, this is not a Mac")
end if