Variable Access Help

A variable access starts with a reference to a variable and a chain of functions, that are applied to the variable given at the start. The first argument works on the referenced variable and passes its output to the next function in the chain. Thereby, the next function works on the object of the previous function's result.