]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rpn/rpn.factor
factor: words -> split-words, lines -> split-lines, fix errors
[factor.git] / extra / rpn / rpn.factor
index f01f28ad9c58c8d18b2b31b56bf46834f912a6eb..dc8ec7b139b6cc0fe3531b85da090ec13ad72701 100644 (file)
@@ -19,7 +19,7 @@ M: div-insn eval-insn drop [ / ] binary-op ;
 M: push-insn eval-insn value>> swons ;
 
 : rpn-tokenize ( string -- string' )
-    words harvest sequence>list ;
+    split-words harvest sequence>list ;
 
 : rpn-parse ( string -- tokens )
     rpn-tokenize [