bx-unsafe-evaluate
Installation
SKILL.md
bx-unsafe-evaluate: Dynamic Code Evaluation
Installation
install-bx-module bx-unsafe-evaluate
# CommandBox
box install bx-unsafe-evaluate
BIF
// evaluate( expression )
// Evaluates the expression dynamically from left to right
// Returns the result of the rightmost expression
result = evaluate( expression )