Sunday, January 27, 2013

5th posting

<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/>
2
3</pre>
<code class="prettyprint linenum">
&lt;html&gt;
&lt;body&gt;
&lt;h1&gt;my first heading&lt;/h1&gt;
&lt;p&gt;my first heading&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;
</code>

No comments:

Post a Comment