isMOS

使用中のオペレーティングシステムが MorphOS ならば 1 (true) を返します。

文法:
variable = isMOS

用例:
if isMOS then
    print("嗚呼、吾輩は MorphOS マシンで動作しているナリ!!!")
end if