Error while returning value

i made this code:
function Plr(pn) {
return _G[‘P’…pn];
}

and it says: Unexpected .
there is any way to fix this?

‘…’ (three dots) operator is for iteration only. See miscellaneous operators and range iteration.