]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/metar/metar.factor
sequences: rename subsequence? words to subseq? again.
[factor.git] / extra / metar / metar.factor
index c228fa9b9b1d630b577c8ce9b69d02fef5514978..d54c8c2c78d4eec541bf8b85fa6ff6658181f7f4 100644 (file)
@@ -282,7 +282,7 @@ CONSTANT: compass-directions H{
     ] if ;
 
 : parse-weather ( str -- str' )
-    dup "VC" subsequence? [ "VC" "" replace t ] [ f ] if
+    dup "VC" subseq-index? [ "VC" "" replace t ] [ f ] if
     [ (parse-weather) ]
     [ [ " in the vicinity" append ] when ] bi* ;