The Rexx HTML Highlighter is an application of the Rexx Parser. It is distributed with two
sample highlighting styles: rexx-light.css,
a light grey background one
-- Show several forms of function call
Exit Length("x") + Pos("y") + External("z") + myRoutine("w")
Pos:
Return "POS"(Arg(1)) + 1
::Routine myRoutine
Return 45
and rexx-dark.css, a
dark background one.
-- Show several forms of function call
Exit Length("x") + Pos("y") + External("z") + myRoutine("w")
Call Length
Pos:
Return "POS"(Arg(1)) + 1
::Routine myRoutine
Return 45