Skip to content

Added return value append redirection

Compare
Choose a tag to compare
@dermatthes dermatthes released this 27 Jul 09:22
· 32 commits to master since this release

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