I am using Typo3 6.2.14 and i want to declare the Global Variable Flux Form.
{namespace vt=FluidTYPO3\Vhs\ViewHelpers}
<f:section name="Main">
<vt:variable.set name="test" value="2" />
<vt:variable.set name="test" value="{vt:math.sum(a: test, fail: 2, b:2)}" />
</f:section>
I want to access "test" variable value Globally