All I can find is how to write to global variables, but not how to read them.
Example of incorrect code:
v = 0; test <- function(v) { v ->>