Table of Content

◄ Acc Script

if

if( condition )
{
    ...
}

else

else
{
    ...
}

assignment

variable = "value"
variable += "value"