Minor documentation updates
parent
8b19b56a1c
commit
34287fd9d6
|
@ -202,6 +202,8 @@ ARTICLE: "tuple-introspection" "Tuple introspection"
|
||||||
}
|
}
|
||||||
"Tuple classes can also be defined at run time:"
|
"Tuple classes can also be defined at run time:"
|
||||||
{ $subsections define-tuple-class }
|
{ $subsections define-tuple-class }
|
||||||
|
"Tuples can be compared for slot equality even if the tuple class overrides " { $link equal? } ":"
|
||||||
|
{ $subsections tuple= }
|
||||||
{ $see-also "slots" "mirrors" } ;
|
{ $see-also "slots" "mirrors" } ;
|
||||||
|
|
||||||
ARTICLE: "tuple-examples" "Tuple examples"
|
ARTICLE: "tuple-examples" "Tuple examples"
|
||||||
|
|
|
@ -672,6 +672,9 @@ HELP: object
|
||||||
HELP: null
|
HELP: null
|
||||||
{ $class-description
|
{ $class-description
|
||||||
"The canonical empty class with no instances."
|
"The canonical empty class with no instances."
|
||||||
|
}
|
||||||
|
{ $notes
|
||||||
|
"Unlike " { $snippet "null" } " in Java or " { $snippet "NULL" } " in C++, this is not a value signifying empty, or nothing. Use " { $link f } " for this purpose."
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
HELP: most
|
HELP: most
|
||||||
|
|
Loading…
Reference in New Issue