view sample-module.js @ 14:1f48075a404e

changed tcb and sample module again
author Atul Varma <varmaa@toolness.com>
date Fri, 19 Jun 2009 16:43:02 -0700
parents bde6607a3620
children c837221bd717
line wrap: on
line source

function boo() {
  return boo.caller;
}

exports.foo = function foo() {
  imports.print(imports.blop + " "  + foo.caller + " " + boo());
};