I was messing around with ti-basic on my trusty 84 and made a neat program of sorts. It is written in complete basic and while it doesn't accept "lua programs" and is just single line input, I feel it is a fun little program. It weighs 1500 bytes and includes:
print(
-printing variables and strings
io.read()
-currently just asks for input
Custom Variables!
-stores custom variables
-ex: Var=1234; var now equals 1234 and can be paired with the print(
A CAS of sorts?
-User equations will be answered
-ex: 500+500 returns 1000
-ex: 500>200 returns "True"
So while it isn't really Lua it sort of is.. Here is a screen vid:
oh and you will notice that when inputting math equations then it needs to follow with a ":" I'll probably take it out though. As well as the print function uses ',' instead of ".
Any comments and suggestions are welcome!
print(
-printing variables and strings
io.read()
-currently just asks for input
Custom Variables!
-stores custom variables
-ex: Var=1234; var now equals 1234 and can be paired with the print(
A CAS of sorts?
-User equations will be answered
-ex: 500+500 returns 1000
-ex: 500>200 returns "True"
So while it isn't really Lua it sort of is.. Here is a screen vid:
oh and you will notice that when inputting math equations then it needs to follow with a ":" I'll probably take it out though. As well as the print function uses ',' instead of ".
Any comments and suggestions are welcome!