// A symbol is a unique and immutable primitive value, often used as a unique key for object properties
pldb = Symbol()
foo
myvar2 // A different symbol
'hi ho' // Symbol requiring quotes
Languages with hasSymbols include JavaScript, Bel, Ion