Update docs
parent
ac02bd8319
commit
5796a18d59
|
@ -139,10 +139,6 @@ ARTICLE: "equality" "Equality and comparison testing"
|
||||||
! Defined in handbook.factor
|
! Defined in handbook.factor
|
||||||
ABOUT: "dataflow"
|
ABOUT: "dataflow"
|
||||||
|
|
||||||
HELP: version
|
|
||||||
{ $values { "str" string } }
|
|
||||||
{ $description "Outputs the version number of the current Factor instance." } ;
|
|
||||||
|
|
||||||
HELP: eq? ( obj1 obj2 -- ? )
|
HELP: eq? ( obj1 obj2 -- ? )
|
||||||
{ $values { "obj1" object } { "obj2" object } { "?" "a boolean" } }
|
{ $values { "obj1" object } { "obj2" object } { "?" "a boolean" } }
|
||||||
{ $description "Tests if two references point at the same object." } ;
|
{ $description "Tests if two references point at the same object." } ;
|
||||||
|
|
Loading…
Reference in New Issue