term_eval


Description:

public SExpResult? term_eval (SExpTerm term)

Evaluates a part of the expression.

Parameters:

this

a SExp

term

a SExpTerm to evaluate

Returns:

a newly allocated result of the evaluation. Free the returned pointer with result_free, when no longer needed.