fork download
  1. var x = "abc" # 新しい変数`x`を宣言し、値を代入する
  2. x = "xyz" # `x`に新たな値を代入する
Success #stdin #stdout 0s 2428KB
stdin
Standard input is empty
stdout
Standard output is empty