michael@0: michael@0: function d(t) { michael@0: if (t >= undefined) {} michael@0: } michael@0: function s() { michael@0: d(null); michael@0: } michael@0: d(3); michael@0: s(); michael@0: s();