http://blog.youkuaiyun.com/xinrui_ hhuc/article/details/5751396
Assign : 對數據賦值,對數組的初始化。但不能對數
舉例:Tuple1 := [1,0,3,4,5,6,7,8,9] // 對數組進
Val := sin(1.2) + cos(1.2) // 對某一個值進行賦值
Tuple2 := [] // 數組定義
Insert : 對數組中的某一個值進行賦值。
舉例:Tuple1[1] := 2 // 將Input 和Result 賦值為T