Standard ML of New Jersey v110.52 [built: Fri Jan 21 16:42:10 2005] - val a = 3; val a = 3 : int - val b = 98.6; val b = 98.6 : real - val a = "three"; val a = "three" : string - val c = a^str(chr(floor(b))); val c = "threeb" : string -