Any specific reason why this 1) gives a warning and 2) doesn't give the expected output?
| > add_constant("buh",17);
| Compiler Warning: 1: Returning a void expression. Converted to zero.
| (4) Result: 0
| > master()->resolv("buh");
| (5) Result: 0
