§

Exemple: <val> (value)

These search results reproduce every example of the use of <val> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <val> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

16. La documentation technique


16. La documentation technique

<p>Par tradition, on introduit
une langue de programmation avec cet exemple
classique: <eg xml:space="preserve">CHAR*12 GRTG GRTG='HELLO WORLD'  PRINT *, GRTG  END</eg>
</p>
<p>Dans ce code, on voit la déclaration d'un variable <ident>GRTG</ident>:
<code>CHAR*12 GRTG</code>, qui indique que l'object <ident>GRTG</ident> contient
12 octets de type <ident>CHAR</ident>. La valeur <val>HELLO WORLD</val> est ensuite
attribuée à cette variable. </p>