Forum Discussion

Vishaal_Arun's avatar
Vishaal_Arun
New Contributor II
3 years ago

Encountered Extraneous Input

Hi all, I got the Extraneous input error when i compiled the below expression in Mapper, _perm == 'F'? ["R", "W", "X"]:(_perm=='RW'?["R", "W"]:(_perm=='RE'?["R", "X"]:(_perm=='R'?["R"]:[ ]))): [...