fix teh docs pl0x

db4
Doug Coleman 2008-08-30 11:38:42 -05:00
parent 6431ab9064
commit 0afc9a7e4f
1 changed files with 4 additions and 4 deletions

View File

@ -35,8 +35,8 @@ HELP: 24-able ( -- vector )
}
{ $examples
{ $example
"USE: 24-game"
"24-able vector-24-able? ."
"USING: 24-game prettyprint ;"
"24-able 24-able? ."
"t"
}
{ $notes { $link 24-able? } " is used in " { $link 24-able } "." }
@ -54,7 +54,7 @@ HELP: 24-able? ( quad -- t/f )
HELP: build-quad ( -- array )
{ $values
{ "vector" "an array of 4 numbers" }
{ "array" "an array of 4 numbers" }
}
{ $description "Builds an array of 4 random numbers." } ;
ARTICLE: "24-game" "The Game of 24"
@ -64,4 +64,4 @@ ARTICLE: "24-game" "The Game of 24"
{ $subsection 24-able }
{ $subsection 24-able? }
{ $subsection build-quad } ;
ABOUT: "24-game"
ABOUT: "24-game"