]> gitweb.factorcode.org Git - factor.git/commitdiff
see: need to clone variables
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 23:44:49 +0000 (15:44 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Jan 2022 23:44:49 +0000 (15:44 -0800)
basis/see/see.factor

index cd4e30e00659066ed1667ec3dfe6434a63166a0d..9aafd13cc38397f6e1cf72906a82df20a3968733 100644 (file)
@@ -22,7 +22,7 @@ GENERIC: see* ( defspec -- )
         { string-limit? f }
         { margin 0 }
         { line-limit 1 }
-    } [
+    } clone [
         [ [ synopsis* ] with-in ] with-string-writer
     ] with-variables ;