]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/modern/modern.factor
modern.html: Add comment support. peek-from -> peek1-from
[factor.git] / extra / modern / modern.factor
index 41b28a57b55fc255e53c15dadab7593a6971f850..4c86e8cf6ccfc45d6109f508a0f7074f6cbd3152 100644 (file)
@@ -450,7 +450,7 @@ ERROR: compound-syntax-disallowed n seq obj ;
     dup length 1 > [ compound-syntax-disallowed ] when ;
 
 : check-compound-loop ( n/f string -- n/f string ? )
-    [ ] [ peek-from ] [ previous-from ] 2tri
+    [ ] [ peek1-from ] [ previous-from ] 2tri
     [ blank? ] bi@ or not ! no blanks between tokens
     pick and ; ! and a valid index