0 Members and 2 Guests are viewing this topic.
Hmm, some of it reminds me Casio calculators... If it's similar to TI-BASIC and Casio BASIC, maybe I could learn it easily
screenres 136,72
#include "fbgfx.bi" Using FB
MultiKey(SC_KEY)
DIM as integer A,B,CDIM as string Str1,Str2
A=10str1="abc"
Sleep
Sleep 100,1
Cls
Sub ClrHomeclsEnd sub
sub output1(Y as integer,X as integer,text as string)locate Y,Xprint textend sub
If your hesistant about using FB's syntax and rather want to use TI-Basic's syntax, you can just add a subroutine to the beginning of your code.e.g for ClrHomeCode: [Select]Sub ClrHomeclsEnd subAnd now you can use ClrHome in the same way you use it as in TI-Basic! i'm going to go out on a limb here and say that you can do this for about every TI-Basic command except:-the (unconventional) storage of variables e.g 10-> B-Conditionals-Loops
Hm, I wonder if FreeBASIC could be changed a bit (meaning the source itself so that it would run TI-BASIC programs perfectly. That would be easier than using an emu!