« Simscript III/Dictionnaire des instructions/READ » : différence entre les versions

Contenu supprimé Contenu ajouté
Tavernierbot (discussion | contributions)
DannyS712 (discussion | contributions)
m <source> -> <syntaxhighlight> (phab:T237267)
Ligne 24 :
Exemple&nbsp;:
 
<sourcesyntaxhighlight lang="fortran">
write as "0.12 3 0.24 4 0.25 5 0.09 6 0.18 7 0.12 8 *" using the buffer
read Distr_Empirique_Discrète using the buffer ‘‘ Lire la fonction empirique du buffer
Ligne 31 :
Durée_Vie_Max, Nb_Unités_Moyen;
read as / using 5; ‘‘ Attendre un retour de chariot au clavier
</syntaxhighlight>
</source>
 
[[Catégorie:Simscript III (livre)]]