Pos -  (內建函數) 數學函數
語法:
將輸入的數值轉為正數。
回傳數值 = Pos(數值)
說明:

這個函數的結果與AbsValue函數相同。

Value1 = Pos(-10);  // Value1 = 10
Value2 = Pos(10);  // Value2 = 10