Match the feature with its description:
Data Handling ↔️ Matches structural forms for pattern matching ||| Compares values for conditional statements
Syntax ↔️ Uses pattern definitions for pattern matching ||| Uses `if`, `else` for conditional statements
Complexity ↔️ Handles complex data structures for pattern matching ||| Suitable for simple conditions for conditional statements