What are locals?
Answer
Similarly to variables they serve as placeholders for data and values. Differently from variables, users can't override them by passing different values.
Similarly to variables they serve as placeholders for data and values. Differently from variables, users can't override them by passing different values.