fix teh docs pl0x
parent
6431ab9064
commit
0afc9a7e4f
|
@ -35,8 +35,8 @@ HELP: 24-able ( -- vector )
|
||||||
}
|
}
|
||||||
{ $examples
|
{ $examples
|
||||||
{ $example
|
{ $example
|
||||||
"USE: 24-game"
|
"USING: 24-game prettyprint ;"
|
||||||
"24-able vector-24-able? ."
|
"24-able 24-able? ."
|
||||||
"t"
|
"t"
|
||||||
}
|
}
|
||||||
{ $notes { $link 24-able? } " is used in " { $link 24-able } "." }
|
{ $notes { $link 24-able? } " is used in " { $link 24-able } "." }
|
||||||
|
@ -54,7 +54,7 @@ HELP: 24-able? ( quad -- t/f )
|
||||||
|
|
||||||
HELP: build-quad ( -- array )
|
HELP: build-quad ( -- array )
|
||||||
{ $values
|
{ $values
|
||||||
{ "vector" "an array of 4 numbers" }
|
{ "array" "an array of 4 numbers" }
|
||||||
}
|
}
|
||||||
{ $description "Builds an array of 4 random numbers." } ;
|
{ $description "Builds an array of 4 random numbers." } ;
|
||||||
ARTICLE: "24-game" "The Game of 24"
|
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 24-able? }
|
{ $subsection 24-able? }
|
||||||
{ $subsection build-quad } ;
|
{ $subsection build-quad } ;
|
||||||
ABOUT: "24-game"
|
ABOUT: "24-game"
|
||||||
|
|
Loading…
Reference in New Issue