Tags: | web services |
Authors: | John Benediktsson |
Class | Superclass | Slots |
station | tuple | cccc name state country latitude longitude |
Word | Stack effect |
metar | ( station -- metar ) |
metar. | ( station -- ) |
taf | ( station -- taf ) |
taf. | ( station -- ) |
Word | Stack effect |
<station> | ( cccc name state country latitude longitude -- station ) |
all-stations | ( -- seq ) |
all-stations. | ( -- ) |
find-by-cccc | ( cccc -- station ) |
find-by-country | ( country -- stations ) |
find-by-state | ( state -- stations ) |
metar-main | ( -- ) |
Word | Stack effect |
station? | ( object -- ? ) |