Help with a ti-85 calc program.
i'm having trouble with a very simple program on my ti-85 (im just starting to learn how to prog) and i was wondering if i could get some help.
The program finds the volume of a circle by first prompting you for the radious.
:Disp "Cradius Calc"
:Prompt R
:4/3*3.14R^3->L
:Disp ,L
:End
Every time i try to run this it tells me Error 07 Syntax
Comments
I suspect that comma in ":Disp ,L" to be the problem.
EDIT: If you still can't find the problem, hit the 'block comment' link in the top right of this post for my suspicion.
and Disp L