Dictionaries in Applescript ?

In plain Applescript I’m looking for a data-structure in which I can store a few Key:Value pairs at run time - like dictionaries in Python.

I found an old thread saying that Applescript doesn’t have something like dictionaries. Does this still hold true?

Model: iMac, MacBook (plus iPad, iPhone)
Browser: Firefox 78.0
Operating System: macOS 10.14

Yes. You have to make a record the same way as before.

Thank you. Makes sense.