97
Why make it complicated?
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
To be honest I always disliked variable declaration without value assignment, so to me both options suck. :)
What about
You can't declare ret inside the brackets
Rust would allow you to
Now you don't have to declare it inside the blocks.
Similarly, Perl lets you say