Skip to content

[FEATURE] Add possibility to call return function without handling the return value #99

@mathiasvatter

Description

@mathiasvatter

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

To triage

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions