Difference between revisions of "Basic Pascal Tutorial/Contents/fr"

From Lazarus wiki
Jump to navigationJump to search
m (→‎Structures de contrôle: Exercices au pluriel)
(Refonte)
Line 2: Line 2:
  
 
Sommaire du [[Object Pascal Tutorial/fr|tutoriel de Pascal objet]] par Tao Yue.
 
Sommaire du [[Object Pascal Tutorial/fr|tutoriel de Pascal objet]] par Tao Yue.
 +
----
 
</noinclude>
 
</noinclude>
=== Démarrer ===
+
[[Object Pascal Introduction/fr|Introduction]]<br/>
* [[Object Pascal Introduction/fr|Introduction]]
+
[[Object Pascal History/fr|Histoire du Pascal]]<br/>
* [[Object Pascal History/fr|Histoire du Pascal]]
+
[[Compilers/fr|Compilateurs Pascal]]<br/>
* [[Compilers/fr|Compilateurs Pascal]]
+
[[Hello, World/fr|Hello, world]]
* [[Hello, World/fr|Hello, world]]
 
  
=== Bases ===
+
; Bases
 
* [[Program_Structure/fr|Structure d'un programme]]
 
* [[Program_Structure/fr|Structure d'un programme]]
 
* [[Identifiers/fr|Identificateurs]]
 
* [[Identifiers/fr|Identificateurs]]
Line 20: Line 20:
 
* [[Solution/fr|Solution]]
 
* [[Solution/fr|Solution]]
  
=== Entrée/sortie ===
+
; Entrée/sortie
 
* [[Input/fr|Entrée]]
 
* [[Input/fr|Entrée]]
 
* [[Output/fr|Sortie]]
 
* [[Output/fr|Sortie]]
Line 29: Line 29:
 
* [[Solution_2/fr|Solution]]
 
* [[Solution_2/fr|Solution]]
  
=== Structures de contrôle ===
+
; Structures de contrôle
 
* [[Sequential control/fr|Contrôle séquentiel]]
 
* [[Sequential control/fr|Contrôle séquentiel]]
 
* [[Boolean Expressions/fr|Expressions booléennes]]
 
* [[Boolean Expressions/fr|Expressions booléennes]]
Line 43: Line 43:
 
* [[Solution 3/fr|Solutions]]
 
* [[Solution 3/fr|Solutions]]
  
=== Sous-programmes ===
+
; Sous-programmes
 
* [[Procedures/fr|Procédures]]
 
* [[Procedures/fr|Procédures]]
 
* [[Parameters/fr|Paramètres]]
 
* [[Parameters/fr|Paramètres]]
Line 53: Line 53:
 
* [[Solution 4/fr|Solution]]
 
* [[Solution 4/fr|Solution]]
  
=== Types de données ===
+
; Types de données
* [[Enumerated_types/fr|Types énumérés]]
+
* [[Enumerated types/fr|Types énumérés]]
 
* [[Subranges/fr|Intervalles]]
 
* [[Subranges/fr|Intervalles]]
 
* [[1-dimensional arrays/fr|Tableaux à une dimension]]
 
* [[1-dimensional arrays/fr|Tableaux à une dimension]]
* [[Multidimensional_arrays/fr|Tableaux multidimensionnels]]
+
* [[Multidimensional arrays/fr|Tableaux multidimensionnels]]
 
* [[Records/fr|Enregistrements]]
 
* [[Records/fr|Enregistrements]]
 
* [[Pointers/fr|Pointeurs]]
 
* [[Pointers/fr|Pointeurs]]
  
=== Annexes ===
+
; Annexes
* [[Graphics/fr|Graphiques]]
+
* [[Graphics/fr|Graphismes]]
 
** [[Drawing with canvas/fr|Dessiner avec le canevas]]
 
** [[Drawing with canvas/fr|Dessiner avec le canevas]]
* [[Object Oriented Programming with FreePascal and Lazarus/fr|Programmation Orientée Objet avec FreePascal et Lazarus]]
+
* [[Object Oriented Programming with FreePascal and Lazarus/fr|Programmation orientée objet avec Free Pascal et Lazarus]]
* [[Final words/fr|Mot de la fin]]
+
 
 +
[[Final words/fr|Mot de la fin]]
  
 
[[Category: Object Pascal Introduction/fr|!]]
 
[[Category: Object Pascal Introduction/fr|!]]

Revision as of 03:56, 27 October 2015