let string = "world"
echo $string:$string
echo hello_${string}22
echo @{string}world
let a b c = $string @string "plain"

