[Solved] What value does the empty statement evaluate to?
The empty statement returns nothing at all (empty: “no value of any type”). A statement list, like the one in the body of a Script that eval is parsing the code as, returns the value of the last statement that did return anything: The value of a StatementList is the value of the last value-producing … Read more