I know this Code works Ive had it running on Spectaculator but on BasinC it triggers corrupted text when ran when its on the editor it becomes corrupted text
10 PRINT AT 10,12;"Sweevo Test Code"
20 DEF FN A(a$)= CODE a$-48-7*(a$>"9")-32*(a$>"Z")
30 DEF FN B(a$)#000l\m#002#000#000{i0}#000*FN A(a$(1))+FN A(a$(2)) <<<<< Corrupted line
should read as
30 DEF FN b(a$)=16*FN a(a$(1))+FN a(a$(2))
but when i run the whole code line 30 is always Corrupted
I know this Code works Ive had it running on Spectaculator but on BasinC it triggers corrupted text when ran when its on the editor it becomes corrupted text
10 PRINT AT 10,12;"Sweevo Test Code"
20 DEF FN A(a$)= CODE a$-48-7*(a$>"9")-32*(a$>"Z")
30 DEF FN B(a$)#000l\m#002#000#000{i0}#000*FN A(a$(1))+FN A(a$(2)) <<<<< Corrupted line
should read as
30 DEF FN b(a$)=16*FN a(a$(1))+FN a(a$(2))
but when i run the whole code line 30 is always Corrupted