Arithmetic例子
* Arithmetic operations R1 := 5 * 5
*R1 25
R2 := 5 * 5
*R2 25
R3 := [1,2,3] * 2
*R3 【2,4,6】
R4 := [1,2,3] * 2.1 + 10 R5 := [1,2,3] * [1,2,3] R6 := 'Text1' + 'Text2' R7 := 17.23 + 'Text' R8 := 'Text1 ' + 99 + ' Text2' R9 := 'Text ' + 3.1 * 2 R10 := 3.1 + 2 + ' Text' R11 := 3.1 + (2 + ' Text') R12 := 'Text ' + 2.1 + 3 ThatIsAnError := 3.1 * (2 + ' Text') ThatIsAnError := [1,2,3] * [1,2]

上善若水,水善利万物而不争,处众人之所恶,故几于道。
浙公网安备 33010602011771号