The reference operator (@expression) lets you refer to functions and variables indirectly, by name. It uses the value of its operand to refer to variable, the fields in a record, function, method, property or child window.
INTEGER i = RandInt (1,32) @("Test{i}") ()
This invokes a randomly selected test from the set Test1, Test2,...Test32.