Syntaxe : alg : Instruction de retour
Retourner( expression )
Syntaxe : C/C++ : Instruction de retour
return expression;
Syntaxe : Java : Instruction de retour
return expression;
Syntaxe : Python : Instruction de retour
return (expr1, expr2, ..., exprN)