Talk:Higher-order programming in JavaScript
From Spheriki
syntax highlighting
I added a syntax highlighting extension, so now if you want to do your code right (you can do a simple copy-paste instead of trying to add spaces to get the wiki to autoformat it) surround it in the following:
<source lang="javascript"> // your code here </source>
if you want line numbers, add the parameter line in the open tag.
--NeoLogiX 20:44, 1 November 2007 (GMT)