> f := x-> sin(Pi/x) ; a := 0;
> f(a);
> plot( f(x), x=a-5..a+5);
Error, (in f) division by zero
> Limit(f(x), x=a):%=value(%);