gonix
/
tests
/
functional2
/
lang
/
string-coerce-integers
/
in-accidental-coerce.nix
1
let
x
=
""
+
42
;
in
x
==
"42"