Fix reference to obsolete G: word
parent
4d317e2d46
commit
33a082c361
|
@ -16,7 +16,7 @@ HELP: standard-combination
|
||||||
{ $examples
|
{ $examples
|
||||||
"A generic word for append strings and characters to a sequence, dispatching on the object underneath the top of the stack:"
|
"A generic word for append strings and characters to a sequence, dispatching on the object underneath the top of the stack:"
|
||||||
{ $code
|
{ $code
|
||||||
"G: build-string 1 standard-combination ;"
|
"GENERIC# build-string 1 ( elt str -- )"
|
||||||
"M: string build-string swap push-all ;"
|
"M: string build-string swap push-all ;"
|
||||||
"M: integer build-string push ;"
|
"M: integer build-string push ;"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue