How do I retrieve binding powers in a Maxima function definition?



:lisp (get  '$+  'rbp)  returns the right binding power of the "+" operator, but it appears that I can use ":lisp" only at the top level.

How do I retrieve and assign a right binding power to a local variable in a Maxima function definition?

   -- David Stoutemyer