< Rebol Programming  
        
      USAGE:
HILIGHT-ALL face
DESCRIPTION:
(undocumented)
HILIGHT-ALL is a function value.
ARGUMENTS
- face -- (Type: any)
 
SOURCE CODE
hilight-all: func [face][
    either empty? face/text [unlight-text] [
        highlight-start: head face/text 
        highlight-end: tail face/text
    ]
]
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.