Interrupts Maxima's question
noanswer()
This function is used when you don't want to answer to a question asked by Maxima.
Syms(['a' 'x']) assume(a>1) integrate(x^a/(x+1)^'5/2',x,0,%inf) noanswer()