in reply to Re: Perl 6 language -- change in hyperoperator syntax
in thread Perl 6 language -- change in hyperoperator syntax

The reason that Coldfusion doesn't use < and > as operators because it uses them to XML-like syntax for defining operations and seperating them from the surrounding HTML:
<CFQUERY NAME="pocket" DATASOURCE= "contents_of_my_pocket"> SELECT * FROM contents </CFQUERY> <CFSET today = DateFormat(now(), "dddd, mmmm d, yyyy")>
--
Clayton