isMOS

オペレーティングシステムがMorphOSなら Returns 1(true)。

書式:
variable = isMOS

例:
if isMOS then
    print("Wow, I'm running on a MorphOS machine!!!")
end if