Feature Description
As of now, every function that returns a value needs a variable to receive it upon call or it needs to be placed in an expression context. This is not always wanted, so a way to discard the return value would be good.
Problem it Solves
Sometimes we only need the return value of a function in a specific call context and want to discard this value in another.
Feature Description
As of now, every function that returns a value needs a variable to receive it upon call or it needs to be placed in an expression context. This is not always wanted, so a way to discard the return value would be good.
Problem it Solves
Sometimes we only need the return value of a function in a specific call context and want to discard this value in another.