B
Brian K. Maher
Guest
The reason is that if you don’t do it any lower level RETURN “blah” will get propagated back. Think a runs b runs c and only a return “test” statement in c. If you message out return-value in a and b you will get “test”. If you never use that optional value to the return statement then no need for this.
Continue reading...
Continue reading...