Skip to content

evaluate_expression

Hyomoto edited this page Jun 24, 2021 · 1 revision
Jump To Go Back Arguments

evaluate_expression( node, vars, _global )

Returns: mixed

Evaluates the given expression node using vars as a lookup table.

Arguments

Name Type Purpose
node struct A binary expression tree from parse_expression
vars struct A struct containing seekable variables
_global undef No description

Clone this wiki locally