- the
second example to (arguably) make the code more legible. <
cfset value = "****o"> <
cfset value = "****o" /> Even if the tag can have a body, including...
- counter--; } writeOutput(factorial); <
cfset counter = 5> <
cfset factorial = 1> <cfloop condition="counter GT 1"> <
cfset factorial *= counter--> </cfloop>...
-
function lets you
evaluate a
string expression at runtime. <
cfset x = "int(1+1)"> <
cfset y = Evaluate(x)> It is
particularly useful when you need to programmatically...
- NSOrderedSet, and N****ableOrderedSet. The
CoreFoundation APIs
provide the
CFSet and
CFMutableSet types for use in C.
Python has built-in set and frozenset...
- syntax:
apples = 4; writeOutput("I have #apples# apples"); Tag syntax: <
cfset apples = 4> <cfoutput>I have #apples# apples</cfoutput> The
output will...
- [int] objref* nnnn is count,
unless '1111', then int
count follows NSSet CFSet set (v"1?"+) 1100 nnnn [int] objref* nnnn is count,
unless '1111', then...
- has
support for both the tag-based and script-based
versions of CFML: <
cfset myVar = "****o World"> <cfoutput>#myVar#</cfoutput>
myVar = "****o World";...