On this page:
#%app

4.3 Function Calls

(expr expr expr ...)
Like a Beginning function call, except that the function position can be an arbitrary expression—perhaps a lambda expression or a prim-op.

(#%app expr expr expr ...)
A function call can be written with #%app, though it’s practically never written that way.