Now you changed the value of Mu from 13.5 to 15.55!!!
So Terrys guess about what you want to achieve was correct.
If you just need the (last) value of As you should resort to the "root" function as Terry had shown.
If for some reason you need the whole table you should have a look at the program in my second answer here

The method of using a eternal loop (while 1 ...) and breaking out if the precision is reached was chosen because unfortunately Prime does not offer a "do ... while" loop (also known as "repeat ... until" in some programming languages).
Please note that when using the root-function you should set the value of the system variable TOL to a lower value (default is 10^-3) to achieve a better precision.