> out(result, exprX, exprY) {
If you don't need to use the method result too, then you probably write
something like:
out(_, exprX, exprY) {
If the method is void then the _ has no value. Is this possible and good?
Bye,
bearophile
> out(result, exprX, exprY) {
If you don't need to use the method result too, then you probably write
something like:
out(_, exprX, exprY) {
If the method is void then the _ has no value. Is this possible and good?
Bye,
bearophile