This commit is contained in:
Risto Saarelma 2015-12-05 14:49:29 +02:00
parent d092c63978
commit f15da8997c

View File

@ -506,7 +506,7 @@ Used in compilation and grammar, section 2fC-2fD
++ list |* a=_,* :: null-term list
$|(~ [i=a t=(list a)]) ::
Tile generator. `++list` generates a tile of a null-termanated list of
Tile generator. `++list` generates a tile of a null-terminated list of
homogenous type.
See also: `++turn`, `++snag`, section 2bB.
@ -782,7 +782,7 @@ hairs indicating from - to.
++ pole |* a=_,* :: nameless list
$|(~ [a (pole a)]) ::
A `++list` without the faces. A `++pole` is a null-terminated typle
A `++list` without the faces. A `++pole` is a null-terminated tuple
without the `i=` and `t=`.
~zod/try=> `(pole char)`"asdf"