PREV INDEX NEXT

Author: Unknown
Subject: simple command '='
Date: Thursday, 01 Oct 2020, 18:41:55

Why is argv[0] two equal signs? Shouldn't it just one of them?

(1)$ =
CMD (Depth = 0):  SIMPLE,  argv[0] = =
(2)$ = a
CMD (Depth = 0):  SIMPLE,  argv[0] = =,  argv[1] = a
PREV INDEX NEXT