I found one of my dad's old books of basic games, and I'm trying to convert several of them to TI-Basic. However, I keep running across variations of this:
if Z<>0.5 then 570
What does Z<>0.5 mean? Is there any way for me to convert it?
That means If Z!=5. If you use SourceCoder, type "!=", and at the calc, press [2nd] + [A] + [2]
As stated by PT_, the <> is synonymous to the ≠, which in Sourcecoder, is written out as != to make it more keyboard friendly. Therefore, the code directly translated in ti-basic would be:

Code:
If Z≠0.5
570
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement