Deleting a constant
If a constant serves as the starting point of a function scope, deleting it removes the entire scope container. If the constant is independent, you can remove only the selected constant without affecting other elements. Use caution to avoid deleting related logic, expressions, or transformation operations involved in data mapping.