Added return value append redirection
Return values of functions and sections can now be appended to the context:
{print >> var1}A{/print}
{print >> var1}B{/print}
Result: {=var1}
The output would be Result: AB
Return values of functions and sections can now be appended to the context:
{print >> var1}A{/print}
{print >> var1}B{/print}
Result: {=var1}
The output would be Result: AB