You can use the value (the globals) to gain access to the globals. This value is a property list with all the globals and their value. You need to access the values individually to see them you can not simple do a "put the globals".
The script below prints out all the global values:
repeat with x = 1 to (the globals).count
put (the globals).getPropAt(x) & " = " & (the globals)[x]
end repeat
Contact
MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA