Working Case ``` Example("'case'"); ``` ✅ Correctly recognized as a valid call. Failing Case ``` Example('"case"'); ``` ❌ Produces error: ``` [ Error ] Found no call in rule head. ```