Hi,
I stumbled on this paragraph on article written on wikipedia about casio graphic calculators
First generation programming language
Loops are constructed by incrementing or decrementing the value of a variable with the Isz and Dsz commands in conjunction with the Lbl and Goto commands, rather than using simpler For or While commands. Arrays are achieved by overwriting other letters, for example A[0]=A, A[1]=B, A[2]=C. The available space for arrays can be extended with the Defm command so that Z[1], Z[2] etc. can be used depending on how much unused memory capacity is available.
I tried it, and it gave me an syntax error, I didn't saw this mentioned in the user-manual, maybe I overlooked it?
Im using 7400GII, maybe it is restricted for 7400GII?
thanks
- Nooblette
Edited by Just_A_Noob_Here, 22 June 2022 - 03:56 PM.