return
retour d´une fonction
return
return
Retourne
NIL
.
return(expr)
Retourner l´expression
expr
.
Exemple:
toto(n1,n2)
{
return(n1+2*n2);
}
toto(1,2);
product la valeur 5