PREV INDEX NEXT

Author: Unknown
Subject: A B=C not as expected
Date: Wednesday, 23 Sep 2020, 22:08:29

I ran the command 
(1)$ A B=C
CMD (Depth = 0):  SIMPLE,  argv[0] = A,  argv[1] = B=C

The spec says that "we will assume that a TEXT token of the form NAME=VALUE is always treated as a [local] if it can be." I expected B=C to be treated as a local.

In this case though, A B=C seems to be treated as a TEXT [suffix]. 

Is this a mistake or should we assume that NAME=VALUE can somehow also be a [suffix]?
PREV INDEX NEXT