Made with KolourPaint and screenshots from Kate (with the GitHub theme).

you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 1 year ago

Similarly, Perl lets you say

my $ret = do {    if (...) {        ...    } else {        ...    }};
  • source
  • parent