Evening everyone!

I was wondering if it's possible to write a loop for the alpha command?

Code:
local kessler asisad asinerv asirstls asihopls asieffrt asiwthls
local clone asisad_clone asinerv_clone asirstls_clone asihopls_clone ///
            asieffrt_clone asiwthls_clone

foreach x of varlist `kessler' `clone'{
    alpha `x', item
}
I'm trying to clean up my do-file for my statistical programming class so that it can be legible and reproducible.

Thank you for the insight!