Test: Difference between revisions

From OuroDev
No edit summary
(Replaced content with "Test")
Tag: Replaced
Line 1: Line 1:
Test
Test
<source lang="javascript" line start="2" highlight="4-6">
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.
// http://alexgorbatchev.com
var setArray = function(elems) {
    this.length = 0;
    push.apply(this, elems);
    return this;
}
</source>
* C++ : cpp, c
* C# : csharp, c-sharp
* CSS : css
* PHP : php
* XML : xml, html, xhtml
* Python : python, py
* Java : java
* JavaScript : jscript, js, javascript

Revision as of 22:10, 26 April 2019

Test