The following verb is represented incorrectly by linear representation (`5!:5`). ``` ]@((,'(')&]) ``` The output of `5!:5` is ``` ]@(,'(')&] ``` whereas replacing `'('` with `'['` yields (correctly) ``` ]@((,'[')&]) ```
The following verb is represented incorrectly by linear representation (
5!:5).The output of
5!:5iswhereas replacing
'('with'['yields (correctly)