Hello!
I'm trying to program my CASIO Fx-CG50 using CASIO Basic but I'm having trouble getting the syntax right.
Here is my code:
Code:
I get a syntax error on the For loops. If anyone could help me that'd be much appreciated
I'm trying to program my CASIO Fx-CG50 using CASIO Basic but I'm having trouble getting the syntax right.
Here is my code:
Code:
For 0->Y To 63
For 0->X To 127
(X+({i}*(63-Y)))->C
0->B
20->Z
For 0->A To Z
(A*A)+C->A
If (Abs A)>B
Then (Abs A)->B
IfEnd
Next
If B<=2
Then Plot X,(63-Y)
IfEnd
Next
Next
I get a syntax error on the For loops. If anyone could help me that'd be much appreciated