linux? ( object -- ? ) - Factor Documentation

linux? ( object -- ? )


Vocabulary
system

Inputs and outputs
object an object
? a boolean


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

Definition
USING: kernel ;

IN: system

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

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