Subj : why does it not print Hello twice? To : netscape.public.mozilla.jseng From : Jens Thiele Date : Thu Apr 15 2004 01:51 am I am stuck: var w=function(text){ return (function(id,o,n){print(text);return n;}); }("Hello"); w(); foo={x:1} foo.watch("x",w); foo.x=10; Is watch somehow different? Is it a bug? .