]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/prettyprint/prettyprint-docs.factor
parsed -> suffix!, add append!
[factor.git] / basis / prettyprint / prettyprint-docs.factor
index e17e14f323d24b25552124e439ffb2a1196cd2e8..bd2c4bd924d9dffd0546952f07a6c95436e5812a 100644 (file)
@@ -121,7 +121,7 @@ ARTICLE: "prettyprint-literal" "Literal prettyprinting protocol"
     "    scan-word \\ * assert="
     "    scan-word"
     "    scan-word \\ ] assert="
-    "    <rect> parsed ;"
+    "    <rect> suffix! ;"
 }
 "An example literal might be:"
 { $code "RECT[ 100 * 200 ]" }