Eduardo Cavazos 2007-12-18 15:22:06 -06:00
parent ccbb865f3d
commit 80c20bebc4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ classes.predicate ;
IN: classes IN: classes
ARTICLE: "builtin-classes" "Built-in classes" ARTICLE: "builtin-classes" "Built-in classes"
"Every object is an instance of to exactly one canonical " { $emphasis "built-in class" } " which defines its layout in memory and basic behavior." "Every object is an instance of exactly one canonical " { $emphasis "built-in class" } " which defines its layout in memory and basic behavior."
$nl $nl
"Corresponding to every built-in class is a built-in type number. An object can be asked for its built-in type number:" "Corresponding to every built-in class is a built-in type number. An object can be asked for its built-in type number:"
{ $subsection type } { $subsection type }