< Rebol Programming
USAGE:
HILIGHT-TEXT face begin end
DESCRIPTION:
(undocumented)
HILIGHT-TEXT is a function value.
ARGUMENTS
- face -- (Type: any)
- begin -- (Type: any)
- end -- (Type: any)
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.