Calculator Community > TI-BASIC

TI-BASIC Q&A

(1/17) > >>

parserp:
Seeing as how we have an Axe Q&A, I thought it would be nice to have a TI-BASIC Q&A.
Although this probably won't be used as much as the Axe one, I thought it would be a good Idea to have a thread where you can ask questions about TI-BASIC!  ;D
...So, anyone want to start us off with our Q&A?  :)

epic7:
Yeah, is there anyway to end an if statement like just using end in Axe?

FinaleTI:

--- Quote from: epic7 on November 18, 2011, 05:26:32 pm ---Yeah, is there anyway to end an if statement like just using end in Axe?

--- End quote ---
Yes. You'll need to use If:Then.

--- Code: ---If ...condition...
Then
...do stuff...
End

--- End code ---

epic7:
Ok. That was easy. How the heck didn't I know that?!

Xeda112358:
Also, if you only have one line following the If statement, you don't need an End or a Then :)
For example:

--- Code: ---If A=1
3→D

--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version