metar: simplify <taf-report>.

db4
John Benediktsson 2015-06-06 09:27:09 -07:00
parent 1723544b56
commit 2dba00745a
1 changed files with 1 additions and 2 deletions

View File

@ -679,8 +679,7 @@ sky-condition raw ;
[ taf-report new ] dip [ >>raw ] keep
string-lines [ [ blank? ] trim ] map
rest dup first "TAF" = [ rest ] when
harvest unclip swap
[ taf-body ] [ taf-partials ] bi* ;
harvest unclip taf-body taf-partials ;
: taf-report. ( report -- )
[