foo = 0
// ^ number
foo = -42
foo = true
// ^ boolean
foo = "foo\nbar"
// ^ string
// ^ string.escape
foo = `baz`