macos? ( object -- ? ) - Factor Documentation

macos? ( object -- ? )


Vocabulary
system

Inputs and outputs
object an object
? a boolean


Word description
Tests if the object is an instance of the macos class.

Definition
USING: kernel ;

IN: system

: macos? ( object -- ? ) \ macos eq? ;

AltStyle によって変換されたページ (->オリジナル) /