Basic Interpreter

Started by johnhenry, August 25, 2016, 02:00:08 PM

Previous topic - Next topic

crcasey

Do you have to use AppendArrays to combine arrays or can use the + as a concatenation operator?  Can it be overloaded?

-Cecil

Vectrex32

You use AppendArrays to concatenate arrays. Operators can't be overloaded: this is BASIC not C++. Besides, if you overloaded + for an array, would it be concatenation or matrix addition?

- Bob