#could anyone help me with this basic syntax error

3 messages · Page 1 of 1 (latest)

polar dirge
ashen coral
#

The syntax {} is for making a dictionary
You have to write something like { key: value }
You just wrote something like { variable.field } which is not valid, you need to specify a key for that value