« COBOL/Fonctions intrinsèques » : différence entre les versions

Contenu supprimé Contenu ajouté
m Robot : Remplacement de texte automatisé (-(<\/?)source +\1syntaxhighlight)
 
Ligne 19 :
{{définition
| contenu =
<sourcesyntaxhighlight lang="cobolfree">
FUNCTION nom [ ( arguments ) ].
</syntaxhighlight>
</source>
}}
 
Ligne 78 :
{{exemple
| contenu =
<sourcesyntaxhighlight lang="cobol">
000001 IDENTIFICATION DIVISION.
000002 PROGRAM-ID. ex-functions.
Ligne 99 :
000019 STOP RUN.
000020 END PROGRAM ex-functions.
</syntaxhighlight>
</source>
}}