]> gitweb.factorcode.org Git - factor.git/commitdiff
help.markup: allow { $maybe { $sequence "lines" } } in docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 9 Feb 2018 18:18:36 +0000 (10:18 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 9 Feb 2018 18:18:36 +0000 (10:18 -0800)
basis/help/markup/markup.factor

index 4cf5c00d75422565500e1ec57140ff30a5dff03b..185d88ce180d74fdf8a1f25cfb69b16abdd2beba 100644 (file)
@@ -350,6 +350,8 @@ M: word ($instance) dup name>> a/an write bl ($link) ;
 
 M: string ($instance) write ;
 
+M: array ($instance) print-element ;
+
 M: f ($instance) ($link) ;
 
 : $instance ( element -- ) first ($instance) ;