fork download
  1. var x = 1;
  2. var y = 1;
  3.  
  4. print("Value of x is ${x} ${y}")
Success #stdin #stdout 3.42s 170140KB
stdin
Standard input is empty
stdout
Value of x is 1 1