The var statement declares a new variable named name of type string with the value that ... var x, y = 3 # assigns 3 to the variables `x` and `y` echo "x " ...
確定! 回上一頁