let array = [ one two 'three four' ]
let array =[22 $array 22]
echo @array

let multi_lined = [
      "a"
    2
]

echo @utli_lined
