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