« Simscript III/Dictionnaire des instructions/DEFINE ... FUNCTION » : différence entre les versions

Contenu supprimé Contenu ajouté
Djihane (discussion | contributions)
Nouvelle page : Cet énoncé, placé dans le <font color="#0000FF">preamble</font>, définit les sous-programmes de type <font color="#0000FF">function</font>, en précisant le type du résultat fou...
 
Aucun résumé des modifications
Ligne 54 :
 
<source lang="fortran">
define IsEnabled as a nonsimscript GLboolean function with 1 GLenum argument
define Factorielle as an integer function with 1 integer argument
define Lancer_Dé_F as an integer method ‘‘ méthode fonction
define toShort as an integer function with 1 1-dim alpha argument
define toHexa as an integer function with 4 alpha arguments
define mt19937_MP_grnd as a real fortran function with 0 argument;
</source>