layout | title |
---|---|
Test |
Some content goes here
{% highlight ruby %} function(a:number, b:string){ console.writeLine(a); if ( b == null) return a+1; return a; } {% endhighlight %}
function(a:number, b:string){
console.writeLine(a);
if ( b == null)
return a+1;
return a;
}