Besonderhede van voorbeeld: 1309737453825345003

Metadata

Data

English[en]
The return operator is unnecessary in a function (although allowed); the value of the last executed statement or expression is normally the function's value.
Dutch[nl]
De return-operator is niet verplicht maar wel toegestaan; de waarde van het laatst uitgevoerde statement is de return waarde en definieert het type van de functie (type-inferentie);

History

Your action: