For example, the compiler is currently fine with def put_u8();, despite the proper prototype being def put_u8(u8 /* var_id */, const u8 /* value */);.
This would both improve "in-code documentation", and make breakage between versions of evscript "loud".
For example, the compiler is currently fine with
def put_u8();, despite the proper prototype beingdef put_u8(u8 /* var_id */, const u8 /* value */);.This would both improve "in-code documentation", and make breakage between versions of evscript "loud".