aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/statement/index.md
blob: 27d061f66267541de888ef0ec66ea784c8d27cda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: Instruction
slug: Glossary/Statement
tags:
  - CodingScripting
  - Débutant
  - Glossaire
translation_of: Glossary/Statement
original_slug: Glossaire/Statement
---
Dans un langage de programmation informatique, une **instruction** est une ligne de code dictant une tâche. Tout programme consiste en une séquence d'instructions.

## Pour en savoir plus

### Culture générale

- {{Interwiki("wikipedia", "Instruction informatique")}} sur Wikipédia

### Référence technique

- [Instructions et déclarations JavaScript](/fr/docs/Web/JavaScript/Reference/Instructions)

<!---->