编辑代码
Shell/Bash代码
运行
#! /bin/bash
val = `expr 2 + 2`
echo
"运算结果是
${val}
"