You can use the += operator to append to the end of a string variable. $ X="Pi is the number " $ X+=3.14159 $ ...
確定! 回上一頁