Section courante

A propos

Section administrative du site

FOR

Pour
Algol 60

Syntaxe

(for list element) ::= (arithmetic expression)|(arithmetic expression) step (arithmetic expression) until
   (arithmetic expression)|(arithmetic expression) while
   (Boolean expression)
(for list) ::= (for list element)|(for list), (for list element)
(for clause) ::= for (variable) := (for list) do
(for statement) ::= (for clause)(statement)|(label):(for statement)

Description

Ce mot réservé permet d'indiquer une boucle pour.



Dernière mise à jour : Vendredi, le 19 juin 2015