I'm using Maple 15. It seems to me this worked in some previous version...
Consider the Lambert W function, y=LambertW(0,x) ... I want Maple to tell me the asymptotics for it,
something like this:

But I don't get that now. Is my memory faulty that I got it in the past?
Maple 15:
asympt(LambertW(0,x),x);

not very useful...
series(LambertW(0,x),x=infinity);

with(MultiSeries):
series(LambertW(0,x),x=infinity);