Exemple #1
0
 //数字常量
 internal Expression Number(string num)
 {
     return(ScriptObject.CreateNum(double.Parse(num)).GetConstantExpression());
 }