Hello A.,
In fact, in order to make an affectation (on part_alice), we must to use `function`, as:
@startuml
!function $ALICEPART($a) return "participant " + $a + " #white"
!part_alice = $ALICEPART(test)
part_alice
@enduml

If that can help,
Regards,
Th.