Haaaai.
I've been working on this pretty long program and not sure why it does not work. I just posted the full version in case you need it, but the smaller little test thing I'm trying to do also doesn't work.
Programmed on Casio 9860GII on the actual calculator.
When you enter 1 and 1, works. 1,2 works. 1,3 and 2,1 don't work and says syntax error and points toward "Else If (A=2)Ù" and says syntax error.
Short Test
Filename:TEST 2 ?ãAÙ ?ãBÙ Ù If (A=1)Ù Then "A1"Ù If (B=1)Ù Then "B1"Ù Else If (B=2)Ù Then "B2"Ù Else If (B=3)Ù Then "B3"Ù IfEndÙ Else If (A=2)Ù Then "A2"Ù IfEnd
Filename:PHYSICS "PHYSICS PROGRAM"Ù "RAND"?ãZÙ "D0"?ãAÙ "DF"?ãBÙ "V0"?ãCÙ "VF"?ãDÙ "A"?ãEÙ "T"?ãFÙ Ù If (D=Z)Ù Then Ù "BIG DOG"Ù If (B=Z)Ù Then Ù A+CF+(1Á2)EF’ãBÙ Else If (A=Z)Ù Then Ù B-CF-(1Á2)EF’ãAÙ Else If (C=Z)Ù Then Ù (B-A-(1Á2)EF’)ÁFãCÙ Else If (F=Z)Ù Then Ù (B-A-(1Á2)EF’)ÁCãFÙ Else If (E=Z)Ù Then Ù (B-A-CF)2ÁF’ãEÙ IfEndÙ C+EFãDÙ Ù Else If (A=Z Or B=Z)Ù Then Ù "LIL PUP"Ù If (D=Z)Ù Then Ù C+EFãDÙ Else If (C=Z)Ù Then Ù D-EFãCÙ Else If (E=Z)Ù Then Ù (D-C)ÁFãEÙ Else If (F=Z)Ù Then Ù (D-C)ÁEãFÙ IfEndÙ If (A=Z)Ù Then Ù º(D’-C’)Á(2E)+BãAÙ IfEndÙ If (B=Z)Ù Then Ù (D’-C’)Á(2E)+AãBÙ IfEndÙ Ù Else If (F=Z)Ù Then Ù "CAT"Ù If (D=Z)Ù Then Ù Ë(C’+2E(B-A))ãDÙ Else If (C=Z)Ù Then Ù Ë(D’-2E(B-A))ãCÙ Else If (E=Z)Ù Then Ù (D’-C’)Á2(B-A)ãEÙ Else If (B=Z)Ù Then Ù (D’-C’)Á(2E)+AãBÙ Else If (A=Z)Ù Then Ù º(D’-C’)Á(2E)+BãAÙ IfEndÙ (D-C)ÁEãFÙ Ù Else If (C=Z)Ù Then Ù D-EFãCÙ Else If (E=Z)Ù Then Ù (D-C)ÁFãEÙ IfEndÙ Ù "ALL DEF"Ù Ù "D0"Ù AØ "DF"Ù BØ "V0"Ù CØ "VF"Ù DØ "A"Ù EØ "T"Ù FÙ "HAPPY BIRTHDAY"Ù
Edited by Sumaxi, 10 September 2014 - 09:46 PM.