-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoloration.xml
64 lines (54 loc) · 1.38 KB
/
coloration.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!-- Vous pouvez choisir une couleur de 0 à 6 dans idCoul -->
<coloration>
<structure idCoul="0" poids="true">
<mot>Algorithme</mot>
<mot>Constante</mot>
<mot>Variable</mot>
<mot>DEBUT</mot>
<mot>FIN</mot>
<mot>appel</mot>
<mot>retourne</mot>
</structure>
<ecrire idCoul="1" poids="false">
<mot>ecrire</mot>
</ecrire>
<lire idCoul="2" poids="false">
<mot>lire</mot>
</lire>
<conditions idCoul="3" poids="false">
<mot>si</mot>
<mot>sinon</mot>
<mot>alors</mot>
<mot>fsi</mot>
<mot>selon</mot>
<mot>cas</mot>
<mot>autre cas</mot>
<mot>fselon</mot>
<mot>tant que</mot>
<mot>tq</mot>
<mot>faire</mot>
<mot>ftq</mot>
<mot>repeter</mot>
<mot>fois</mot>
<mot>frepeter</mot>
<mot>jusqu'a</mot>
<mot>ou</mot>
<mot>et</mot>
<mot>xou</mot>
<mot>non</mot>
</conditions>
<type idCoul="4" poids="false">
<mot>booléen</mot>
<mot>entier</mot>
<mot>réel</mot>
<mot>caractère</mot>
<mot>chaine</mot>
<mot>tableau</mot>
<mot>vrai</mot>
<mot>faux</mot>
</type>
<commentaire idCoul="5" poids="false">
<mot>//</mot>
<mot>/*</mot>
</commentaire>
</coloration>