So why can't you no longer return void?
| > void foo() { return add_constant("foo",17); } | Compiler Warning: 1: Returning a void expression. Converted to zero. | Compiler Error: 1: Wrong return type. | Compiler Error: 1: Expected: void. | Compiler Error: 1: Got : zero.
And I assume resolv() is deprecated then, and add_constant() is to be used?