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.