Skip to content

Formula: Return the last expression #3307

@yurikuzn

Description

@yurikuzn

The last evaluated expression to be returned.

Example:

$a = 1;
$b = $a + 1;
$b;

This script is treated as an expression and the value of the variable $b is returned.

Can be useful when Formula is used to evaluate a condition or determine a value.

Metadata

Metadata

Assignees

Labels

improvementImprovement of existing feature

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions