I recently saw some code like this code:
val x: Any = \"a\" val y = x.## // y: Int = 97
Well, ok the output is just the ASCI value of \'a\', bu