I just recently got into TI-Basic programming, and I've already ran into a problem!
The goal: To be able to take a variable, and then return a 1 (true) or 0 (false) based on if the variable type is the type we're checking for.
Strings (Unsolved)
Strings are the main reason this problem came up at all for me, and the reason I'm making this post. I've had a couple ideas for this, but so far they all lead to errors! My first thought was to try toString(Ans)=Ans, however this returns ERROR: DATA TYPE. I've tried some other ideas, such as checking for Length(, but without the Try command, we can't handle any of these solutions properly in TI-83 Basic.
Lists (Untested)
Matrices (Untested)
Numbers (Untested)
(Here's to hoping I'm able to edit this post, because I want to just post this now during a break)