Const 是常數宣告,一些值是不斷被使用而其值是不變的,我們就可以宣告它們為常數: Const Pi = 3.14. Const RD = 3.14 / 180. Const Birthday = #05/27/1985#
確定! 回上一頁