Rebol Programming/hilight-text
Appearance
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 ]