I am learning how to code when i came across this
53->[recursiven]
Lbl P
randInt(1,4->S
randInt(2,14->T
If (S=A and T=B) or (S=C and T=D) or (S=E and T=F) or (S=G and T=H) or (S=I and T=J) or (S=M and T=N) or (S=O and T=P) or (S=Q and T=R) or (S=X and T=U) or (S=V and T=W
Goto P
[recursiven]+1->[recursiven]
Line([recursiven],4,[recursiven],2
If K=1
what is the recursiven or what should i put for it if i am programing on a ti 84 plus?
The recursive n can be found in the catalog (press [2ND] + [0] to access it). The recursive n can be found by pressing [LOG] and [ENTER]. Make sure the variable has some value (it can be 0 too), or you will get an UNDEFINED error if you try to access it.
Hewwo, my name is Achak Claw. I was formerly BioHazard.
I have another problem there is a line of code that i need to type that says
sub("[e]([([e] o212o et[te +:]:+ ",80fPart(L2(theta))-7,8
what is the lowercase e and why is it like [e] what do i type to get it also what is the et[te
also where do i find Deltalist
The [e] is probably a left bracket, a lowercase e, and a right bracket.
Why the characters are like that because it is a Text() animation on the graph screen. The way
sub("[e]([([e] o212o et[te +:]:+ ",80fPart(L2(theta))-7,8
is set like this because it is the animation for different sprites game. I'm not completely sure if that's right, but that is what it looks like on my calculator.
I tried running this code:
ClrDraw
"[e]([([e] o212o et[te +:]:+ →Str1
For(I,1,length(Str1
Text(0,I,sub(Str1,I,1
End
This is what it is showing: https://pasteboard.co/IdWsobd.png
Delta List() ( ΔList() ) can be found in the L section of the Catalog, above List▶matr( and below LinRegTTest.
Hewwo, my name is Achak Claw. I was formerly BioHazard.
No need to use the catalog for delta list, it can be found in the list operations menu. The delta-list page describes it in more detail