Rebol Programming/hilight-text

From Wikibooks, open books for an open world
Jump to navigation Jump to search

USAGE:[edit | edit source]

HILIGHT-TEXT face begin end 

DESCRIPTION:[edit | edit source]

(undocumented)

HILIGHT-TEXT is a function value.

ARGUMENTS[edit | edit source]

  • face -- (Type: any)
  • begin -- (Type: any)
  • end -- (Type: any)

SOURCE CODE[edit | edit source]

hilight-text: func [face begin end][
    highlight-start: begin 
    highlight-end: end
]