+1
Planned

Add warning when function result always undefined and differentiate this from [w521]

Anonymous 10 years ago updated by Roman 10 years ago 1

Add special warning when function newer assign any value to its result.

Why its needed to differentiate? Because such function can be easily converted into procedures. It can be not a forgotten result in some special case, but procedure, declared as a function.

Planned
such function can be easily converted into procedures

Very good idea! Thanks.