You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2020. It is now read-only.
I am assigning " test string " value to myVar variable and printing it.
{assign 'test string' myVar}
{$myVar}
I want to create an array user using assign and print its value.
{assign array(name="Bob" gender="male") user}
{$user.name} is {$user.gender}*}
I want to use above both code in one template which is not working.
Error is :- Cannot redeclare Dwoo\Plugins\Functions\functionAssignCompile() .....
The text was updated successfully, but these errors were encountered: