if ( doString( opt ) === oobj ) { 
                if ( doString( opt.with ) === oarr ) list = list.concat( opt.with );
                if ( doString( opt.count ) === onum ) list = list.concat( 'COUNT' ).concat( opt.count );
                if ( doString( opt.order ) === ostr ) list = list.concat( opt.order );
                if ( doString( opt.store ) === ostr ) list = list.concat( 'STORE' ).concat( opt.store );