<cfset anotherVar = 321>
<cfset sum = myVar + anotherVar>
Here is what the variable 'sum' holds sum = 444 <br/>
You can output it using: <cfoutput>#sum#</cfoutput> <br/>
<pre class="prettyprint linenums">
<!-- your code here-->
<cfset myVar = 123>
<cfset anotherVar = 321>
<cfset sum = myVar + anotherVar>
Here is what the variable 'sum' holds sum = 444 <br/>
You can output it using: <cfoutput>#sum#</cfoutput> <br/>
</pre>
<pre class="prettyprint linenums">
<!-- your code here-->
<cfset myVar = 123>
<cfset anotherVar = 321>
<cfset sum = myVar + anotherVar>
Here is what the variable 'sum' holds sum = 444 <br/>
You can output it using: <cfoutput>#sum#</cfoutput> <br/>
</pre>
<code class="prettyprint linenums lang-Scala">
<!-- your code here-->
<cfset myVar = 123>
<cfset anotherVar = 321>
<cfset sum = myVar + anotherVar>
Here is what the variable 'sum' holds sum = 444 <br/>
You can output it using: <cfoutput>#sum#</cfoutput> <br/>
</code>
<pre class="prettyprint linenums">
some code
<cfset myVar = 123>
<cfset anotherVar = 321>
<cfset sum = myVar + anotherVar>
Here is what the variable 'sum' holds sum = 444 <br/>
You can output it using: <cfoutput>#sum#</cfoutput> <br/>
</pre>
<script>
!function ($) {
$(function(){
window.prettyPrint && prettyPrint()
})
}(window.jQuery)
</script>
1 | <pre class="prettyprint linenum" > |
<cfset myVar = 123>
<cfset anotherVar = 321>
<cfset sum = myVar + anotherVar>
Here is what the variable 'sum' holds sum = 444 <br/>
You can output it using: <cfoutput>#sum#</cfoutput> <br/>
<code class="prettyprint linenum">
<html>
<body>
<h1>my first heading</h1>
<p>my first heading</p>
</body>
</html>
No comments:
Post a Comment