storeEval
storeEval
COMMENT
This command can evaluate some JavaScript expression and stores it as a variable.
storeEval
x=2; y=3; Math.max(x,y);
result_var
echo
${result_var}