Is there a “runtime cost” associated with long variable names?
Other than for the size of the au3 file, does it take longer to execute statements that contain long names? If so, can the effect be quantified in any way? For example, what would be the difference between:
$i
$index
$index_for_the_current_array
I couldn’t find any references to this consideration (or non-consideration, if that turns out to be the case).
Thanks in advance.