Sujet : Re: Parsing timestamps?
De : sjack (at) *nospam* dontemail.me (sjack)
Groupes : comp.lang.forthDate : 08. Oct 2024, 21:30:12
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <ve44ok$2adiv$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : tin/2.6.4-20240224 ("Banff") (Linux/6.8.0-45-generic (x86_64))
dxf <
dxforth@gmail.com> wrote:
Not bad. Here's a translation. Hopefully it's equivalent (?)
FigForth NUMBER is a quirky beast. It starts on a counted string
but doesn't care about the count and it must end on a space.
It's why I replaced ":" with space before I split and then
split on space. Perhaps your NUMBER is better behaved.