in reply to Re^4: Useless use of string in return statement
in thread Useless use of string in return statement
$a and $b should not be understood as stand-ins for "anything"
True. I very consciously chose the scalars $a and $b. In fact, I had originally started to write return A ? A : B; but realized that that would not be sufficient, nor would it be necessary for the point (i.e. the OP's problem).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Useless use of string in return statement
by haukex (Archbishop) on Apr 13, 2021 at 16:19 UTC | |
by Anonymous Monk on Apr 13, 2021 at 16:34 UTC | |
by haukex (Archbishop) on Apr 13, 2021 at 17:24 UTC | |
by Anonymous Monk on Apr 13, 2021 at 17:38 UTC |