copyright
parent
3dc81abc07
commit
3b98f2bc2f
|
@ -1,3 +1,5 @@
|
|||
! Copyright (C) 2008 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: assocs html.parser kernel math sequences strings ascii
|
||||
arrays generalizations shuffle unicode.case namespaces make
|
||||
splitting http accessors io combinators http.client urls
|
||||
|
@ -17,7 +19,6 @@ TUPLE: link attributes clickable ;
|
|||
'[ _ [ second @ ] find-from rot drop swap 1+ ]
|
||||
[ f 0 ] 2dip times drop first2 ; inline
|
||||
|
||||
|
||||
: find-first-name ( str vector -- i/f tag/f )
|
||||
[ >lower ] dip [ name>> = ] with find ; inline
|
||||
|
||||
|
|
Loading…
Reference in New Issue