Currently when invoking a .Sub in PIR with no return values, you must
write:
function()
It would be nice for laziness (for compiler writers who then can
always generate the ()'s) and symmetry (with the arguments) if we
could write:
() = function()
Regards.