double mm a=10.0; double cm b=a; // b == 1.0
string msg=“some unsafe msg”; string sanitized result = “”; result += msg; // compile error