]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/interpolate/interpolate.factor
factor: Rename I[ ]I to [I I]. Fix places where we do "string"token without whitespace.
[factor.git] / basis / interpolate / interpolate.factor
index 135b2fd81680fcc69c1bbb77b85a5eac815fa664..59bcc06b17f0efdd2e7c3b451444a268c5b076ce 100644 (file)
@@ -76,6 +76,6 @@ MACRO: interpolate ( str -- quot )
 : interpolate-locals ( str -- quot )
     [ dup search [ [ ] ] [ [ get ] ] ?if ] interpolate-quot ;
 
-SYNTAX: I[
-    "]I" parse-multiline-string
+SYNTAX: [I
+    "I]" parse-multiline-string
     interpolate-locals append! ;