fork download
  1. let x : int = 3;;
  2. let y : bool = false;;
  3. let x : int = 1;;
  4. ((x = 5) = y);;
Success #stdin #stdout 0.02s 2780KB
stdin
Standard input is empty
stdout
Standard output is empty