PREV INDEX NEXT

Author: Unknown
Subject: a== a < b
Date: Tuesday, 22 Sep 2020, 15:12:57

the input "a== a < b"
prints the local variable as LOCAL: a = = (with spaces),
while the input "a=? a < b" (or any other local variable name not containing an =)
prints the local variable as LOCAL: a=? (with no spaces).
Why are there extra spaces in the first case?
PREV INDEX NEXT