]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/slots/syntax/syntax-docs.factor
factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping ...
[factor.git] / extra / slots / syntax / syntax-docs.factor
index 2282cb88daa3697084b970026bcceb7f5cd38b7a..534b24a2e2509d32b00d8d7af0c2e51741c4e4ee 100755 (executable)
@@ -9,8 +9,8 @@ HELP: slots[
            "IN: slots.syntax.example"
            "TUPLE: rectangle width height ;"
            "T{ rectangle { width 3 } { height 5 } } slots[ width height ] [ . ] bi@"
-           """3
-5"""
+           "3
+5"
 } ;
 
 HELP: slots{