Handbook
Glossary
metar. ( station -- )
Vocabulary
metar
Inputs
station
an
object
Outputs
None
Definition
IN:
metar
GENERIC:
metar.
( station -- )
Methods
USING:
accessors
metar
;
M:
station
metar.
cccc>>
metar.
;
USING:
continuations
formatting
kernel
metar
metar.private
strings
;
M:
string
metar.
[
metar
<metar-report>
metar-report.
]
[
drop
"%s METAR not found\n"
printf
]
recover
;