Documentation Language: Swift

Property

name

The name of the variable to reference.

let name: String

Discussion

Variable names must correspond to valid bindings within the current execution context, including pattern variables, parameters, and local bindings.