So I have a local function inside a local function. Here's why, it has a for loop in it that I don't want to put it in the main function containing the other function for readability. But I don't necessarily need this function for other purposes, so that's why I'm keeping it inside of the first function. Is this inefficient? |