G
Basic accessor for misc/records.
(g a r) returns the value stored at address a in record
r.
This is essentially similar to a function like assoc for alists, except that misc/records do not distinguish between keys that are
unbound and keys that are bound to nil, so g just returns the value
instead of a (key . value) pair.