📅  最后修改于: 2022-03-11 14:56:12.298000             🧑  作者: Mango
代码示例1
a + b = x;
// here (a) => operand.
// here (b) => operand.
// here (+) => math operator.
// here (=) => arethmatic operator.