(* standard ml *)
val x = 10
fun foo () = x
val result1 = foo () (* 10 *)
val x = 20
val result2 = foo () (* still 10 *)
Run on sosml.org
(* standard ml *)
val x = 10
fun foo () = x
val result1 = foo () (* 10 *)
val x = 20
val result2 = foo () (* still 10 *)
Run on sosml.org
For further actions, you may consider blocking this person and/or reporting abuse
RockAndNull -
chatgptnexus -
Mike Young -
Dorian Sabitov -
Top comments (0)