Glossaire du langage algorithmique et traductions
Instruction de retour

Syntaxealg : Instruction de retour

Retourner( expression )

SyntaxeC/C++ : Instruction de retour

return expression;

SyntaxeJava : Instruction de retour

return expression;

SyntaxePython : Instruction de retour

return (expr1, expr2, ..., exprN)