Words surrounded in angle brackets indicate ColdFusion or HTML tags. For example, <cfset> indicates the ColdFusion cfset tag.
Words highlighted in blue followed by parenthesis indicate methods provided by Reactor or Reactor-generated objects. For example createRecord() indicates the createRecord method.
ColdFusion and HTML code is highlighted . For example:
<cfset example="Hello World" />
Paths to files or directories are surrounded in quotation marks. For example “/MyDirectory/”.