IMO, function can contain many lines and many nest...
# getting-started
m
IMO, function can contain many lines and many nested expressions, and implicit return may become unintentional. Own
if
will be tricky because native
if
supports
else if
and
else
clauses. Own copy of
while
will consume two lambdas — loop condition and loop body — and will be looking ugly.