Variable + Variable

Hello,

Is it possible to merge two variables ?

Thanks.

My Script :

:local Wan1 true
:local Wan2 false
:local Wan3 true
:local count 0

:while ($Wan$count = true) do={
:set count ($count+1);
:put $count
}

What you are trying to do is not possible at the moment.