var a = { test: function() { return "test" } } println("a = " + a.test());