fix teh docs pl0x
parent
6431ab9064
commit
0afc9a7e4f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue