Test: Difference between revisions
From OuroDev
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
} | } | ||
</source> | </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 21:05, 26 April 2019
Test
// 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;
}
- C++ : cpp, c
- C# : csharp, c-sharp
- CSS : css
- PHP : php
- XML : xml, html, xhtml
- Python : python, py
- Java : java
- JavaScript : jscript, js, javascript