comparison test.js @ 1:ab09b8a10876

Added trivial half-baked implementation of securable modules.
author Atul Varma <varmaa@toolness.com>
date Wed, 09 Sep 2009 21:09:39 -0700
parents
children b6f9d743a2b5
comparison
equal deleted inserted replaced
0:a5b09b685df4 1:ab09b8a10876
1 var foo = require('foo');
2
3 foo.bar();
4
5 print('hello');