Update docs

db4
Slava Pestov 2008-02-26 17:21:38 -06:00
parent ac02bd8319
commit 5796a18d59
1 changed files with 0 additions and 4 deletions

View File

@ -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." } ;