Evaluating Code
This module incorporates a unsafe evaluation of code BIF.
This module implements the evaluate()
function for usage in your applications. Please note that this UNSAFE function can be a security risk if not used properly. Please use it with caution. It's powerful but can be nasty if misused.
DISCOURAGED
We have provided this function for those who need to evaluate dynamic code in their applications OR fore legacy apps still using it. This function is not for general usage and should be used with caution.
evaluate( expression )
: Evalutes the expression dynamically from left to right and returns the reuslt of the rightmost expression.
Last updated
Was this helpful?