easy-help: Add a simple Values: word

db4
Eduardo Cavazos 2008-12-23 02:28:39 -06:00
parent 5f1084f5c4
commit 0841720484
1 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,5 @@
USING: kernel multiline parser sequences splitting help.markup ;
USING: kernel multiline parser sequences splitting grouping help.markup ;
IN: easy-help
@ -46,3 +46,16 @@ IN: easy-help
parsed
; parsing
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
: Values:
".." parse-multiline-string
" \n" split
[ "" = not ] filter
2 group
\ $values prefix
parsed
; parsing