Array variables were implemented before the ":=" declaration syntax, and some inelegant code was written to work around parsing limitations. It would be cleaner for an array variable to be an operator on a variable reference instead of an identifier.
Array variables were implemented before the ":=" declaration syntax, and some inelegant code was written to work around parsing limitations. It would be cleaner for an array variable to be an operator on a variable reference instead of an identifier.