????
i dont know what you mean but the line which works out the answer keeps bringing up errors
indicies:
startoverindicies:
input "TYPE IN A NUMBER>>>",indiciesnumber#
input "WHAT DO YOU WANT TO DO TO '",indiciesnumber#,"'?>>>",indicies#
input "IS THIS RIGHT YOU WANT TO RAISE '",indiciesnumber#,"' TO THE POWER OF '",indicies#,"'?>>>",queindicies$
if queindicies$="y" then goto continueindicies else goto startoverindicies
continueindicies:
print "PLEASE WAIT...."
wait 1000
ansindicies#=
cls
print "THE ANSWER TO WHAT '",indiciesnumber#,"' IS TO THE POWER OF '",indicies#,"' IS>>>",ansindicies#
suspend for key
return
i dont know what to put at the line that is bold.
How do you print out a " sign.
Im not an ALIEN