Un Tuto Pour Grammer
Xeda112358:
Okay, cool! Je sais que votre tuto sera dix fois mieux XD
persalteas:
Deux ou trois posts de supprimés...
Bref, version actuelle du tuto (passé en PDF ! ) : DERNIERE MISE A JOUR LE 25/04/2012 - 09h51
De manière générale, je vais uploader les mises à jour sur http://tiemulation.kegtux.org/Grammertutorial.htm .
Xeda112358:
Ah, my post was deleted :'[ It is great right now o.o (so much information and examples! :D )
There were some corrections, though. First, this table is more complete:
00=Real
log(
01=List
A
02=Matrix
B
03=EQU
C
04=String
D
05=Program
E
06=ProtProg
[
F
07=Picture
]
G
08=GDB
{
H
09=Unknown
}
I
10=Unknown Equ
J
11=New EQU
K
12=Complex
-1
L
13=Complex List
2
M
14=Undefined
N
15=Window
3
O
16=ZSto
(
P
17=Table Range
)
Q
18=LCD
2
R
19=BackUp
3
S
20=App
4
T
21=Appvar
5
U
22=TempProg
6
V
23=Group
7
W
Then, for If, you need the condition on the first line, the statement on the other:
Code: Select All | Copy To Clipboard
--
1
2
3
--
(il ne marche pas!)
:If A=3 ou C=2:C+1→C:Horizontal C:"BONJOUR"→A
--
--
clip = new ZeroClipboard.Client();clip.setHandCursor( true );clip.glue("a-1");clip.setText(StripHTML("(il ne marche pas!)
:If A=3 ou C=2:C+1→C:Horizontal C:"BONJOUR"→A
"))Code: Select All | Copy To Clipboard
--
1
2
3
--
:If A=3: ou C=2
C+1→C:Horizontal C:"BONJOUR"→A
--
--
clip = new ZeroClipboard.Client();clip.setHandCursor( true );clip.glue("a-2");clip.setText(StripHTML(":If A=3: ou C=2
C+1→C:Horizontal C:"BONJOUR"→A
"))
Also, not(6 = not(110b = 001b = 1 =not(0000000000000110b = 1111111111111001b =65529. En effet, 65535-6. Plus general, not(A = 65535-A.
Quote
--
Cette notation peut s'optimiser en getkey(9 sur les TI 84 Plus qui possèdent la fonction getkey(
--
Ce n'est pas vrai. getKey( est les deux tokens getKey et (. Il marche pour tout des OS.
Thank you for the tutorial so far!
persalteas:
Oh ! yes, you told me about the If and the getkey...
I forgot to replace it in the tutorial.
Quote
--
Also, not(6 = not(110b = 001b = 1 =not(0000000000000110b = 1111111111111001b =65529. En effet, 65535-6. Plus general, not(A = 65535-A.
--
All the 16 bits are inverted ? OK, I didn't know.
I'll continue it, it's not finish, there is a lot of work :)
Glad you like it.
Xeda112358:
Yeah, it is all 16-bits. And really, you are doing a great job o.o
EDIT: Also, since I uprated one of yesterdays posts that got lost, I uprated your last post :)