基本概念:
双目赋值操作符 乘幂操作符:$a **= 3 (三次方)
字符串中标量变量内插
@H_502_16@$a = "world"; $b = "hello $a"; @H_502_16@$b = 'hello '.$a;