REBOL Programming/hilight-text

< REBOL Programming

USAGE:

HILIGHT-TEXT face begin end 

DESCRIPTION:

(undocumented)

HILIGHT-TEXT is a function value.

ARGUMENTS

SOURCE CODE

hilight-text: func [face begin end][
    highlight-start: begin 
    highlight-end: end
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.