Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
<cfif x eq 3>
|
||||
do something
|
||||
<cfelseif x eq 4>
|
||||
do something else
|
||||
<cfelse>
|
||||
do something else
|
||||
</cfif>
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
<cfswitch expression="#x#">
|
||||
<cfcase value="1">
|
||||
do something
|
||||
</cfcase>
|
||||
<cfcase value="2">
|
||||
do something
|
||||
</cfcase>
|
||||
<cfdefaultcase>
|
||||
do something
|
||||
</cfdefaultcase>
|
||||
</cfswitch>
|
||||
Loading…
Add table
Add a link
Reference in a new issue