Handbook
Glossary
all-stations ( -- seq )
Vocabulary
metar
Inputs
None
Outputs
seq
an
object
Definition
USING:
combinators
kernel
metar.private
sequences
;
IN:
metar
IDENTITY-MEMO:
all-stations
( -- seq )
stations-data
[
{
[
0
swap
nth
]
[
3
swap
nth
]
[
4
swap
nth
]
[
5
swap
nth
]
[
7
swap
nth
string>latitude
]
[
8
swap
nth
string>longitude
]
}
cleave
<station>
]
map
;