We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1f593 commit 67a6778Copy full SHA for 67a6778
content/addon/eval-extra/_index.md
@@ -72,3 +72,11 @@ amount: "FLOOR(SQRT(18))" # The amount will be the floor value of the square roo
72
## Skip the Evaluation
73
* If you want to skip your string from evaluation for some reason, put `[skip-eval]` before your string
74
* Example: If you want to skip `1 + 1`, put `[skip-eval]` like this `[skip-eval] 1 + 1`
75
+
76
+## Variable
77
78
+You can evaluate an expression as a variable by using the variable `{eval_<expression>}`
79
+For example:
80
+* `{eval_1 + 2}`
81
+* `{eval_{level} * 100}`
82
+* `{eval_FLOOR(SQRT(18))`
0 commit comments