help.markup: allow { $maybe { $sequence "lines" } } in docs.
parent
6dac2075df
commit
69b8555b32
|
@ -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) ;
|
||||
|
|
Loading…
Reference in New Issue