error: #127: expected a statement

在编译的时候在if语句处出现error: #127: expected a statement的错误,
经检查发现是在if判断语句缺少大括号{ }

犯了低级错误