Handbook
Glossary
parse-recent-weather ( str -- str' )
Vocabulary
metar
.
private
Inputs
str
an
object
Outputs
str'
an
object
Definition
USING:
sequences
splitting
;
IN:
metar.private
:
parse-recent-weather
( str -- str' )
split-recent-weather
[
(parse-recent-weather)
]
map
join-words
;