Get the value of a global variable in state
Examples: (+ (f-get-global 'y state) 1) (f-put-global 'a (aset1 'ascii-map-array (f-get-global 'a state) 66 'Upper-case-B) state) General Form: (f-get-global 'symbol state)
where
The macro @ is closely related to
The macro f-put-global makes it convenient to set the value of a
symbol. The