init(forVariable:)
Creates an expression that extracts a value from the variable bindings dictionary for a specified key.
Declaration
init(forVariable string: String)Parameters
- string:
The key for the variable to extract from the variable bindings dictionary.
Return Value
A new expression that extracts from the variable bindings dictionary the value for the key string.