Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
// This file:
//   http://angg.twu.net/JS/test1.js.html
//   http://angg.twu.net/JS/test1.js
//           (find-angg "JS/test1.js")
// Author: Eduardo Ochs <eduardoochs@gmail.com>
//
// (defun j () (interactive) (find-angg "JS/test1.js"))

square = function (a) { return a*a; }


/*
* (eepitch-nodejs)
* (eepitch-kill)
* (eepitch-nodejs)
require("./test1.js")
square(5)


# (find-man "nodejs")

*/