set theDict to call method "dictionaryWithCapacity:" of class
"NSMutableDictionary" with parameter {10}
call method "setObject:forKey:" of theDict with parameters {"hello",
"hey"}
set theDescription to call method "description" of theDict
log theDescription -- the result of this log statement is "()"
Are there anyone to success using NSMutableDictionary in AppleScript ?
Is there a sample code of NSMutableDictionary for AppleScript studio ?