Login  Register

Re: Don't understand Array creation syntax

Posted by Damien Pollet-2 on Jun 12, 2016; 4:49am
URL: https://forum.world.st/Don-t-understand-Array-creation-syntax-tp4900533p4900534.html

That's just how the syntax is; it allows to have arrays as elements of arrays.

Also, to be coherent with what you thought, closing parentheses would have to become elements as well, and the array would never end.

On 12 June 2016 at 05:23, Franklin Mike <[hidden email]> wrote:
Why the first element of #( ( 1 + 2 ) . 3 ) is #(1 #+ 2) and not #'('.
Thanks!!