unprompted/docs/shortcodes/min.md

161 B

Returns the smallest value among the arguments. Supports advanced expressions.

[sets var_a=2 var_b=500]
[min var_b var_a "100+2" "37"]
Result: 2