1 2 3 4 5 6
// Convert simple cases to build_string. @@ identifier I; @@ - make_string (I, strlen (I)) + build_string (I)