1 2 3 4 5 6 7 8 9 10 11
def func(x, y) { return x + y } func; feature test { do for a = [a1 a2 a3]; let b = "g"+str(func(int(a[1]), 4)); { @c = [$b]; } } test;