This is a variable in JavaScript: var x = 10.
var x = 10
In CSS it looks like this: a { --x: 10 }.
a { --x: 10 }
And in Pascal it's x := 10.
x := 10