record ({}) // an empty list can be coerced to an empty record
» {}
with objectModel {record (word [1].character [3])}
» {'want':character, 'from':word [1], 'form':indexKey, 'seld':3}
In this example, an object specifier is converted to a record
record ("error")
»
This example produces the error "Can't coerce a string value to a record."