Mercurial > pydertron
view modules/foo.js @ 4:ae5869491e61
Added more to securablemodule impl.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 09 Sep 2009 22:18:35 -0700 |
parents | b6f9d743a2b5 |
children |
line wrap: on
line source
print('loading foo'); exports.bar = function bar() { print('hay!'); }; exports.hello = 1; require('baz').blop(); print('foo loaded.');