s = (function S(){ var bean; function get(){ if(bean){ return bean }else{ bean = T(); return bean; } }; return {get:get} } )()