4 ms·
Can someene of the team or early adaptors explain to me: WHY USE "END" statement?
by yyyt 14y ago
Can someene of the team or early adaptors explain to me: WHY USE "END" statement?
- anateus 14y agoThe syntax is inspired by/based on that of MATLAB, likely so as to be as familiar as possible.
- synparb 14y agoI don't think one should do something just because it is familiar syntactically. Having left MATLAB for python, there were enough compelling reasons to ditch the familiar.
- fuzzythinker 14y agoAgree. The extra "end"'s makes the code look hideous.