I realize that this goes against the SDL standard, however I think that adding arrays gives lots more flexibility when writing SDL by hand.
They use the syntax of (1 2 3), as normal braces weren't used at all before, and the omission of comma in-between values keeps it consistent with how multiple values for a node are written.
I realize that this goes against the SDL standard, however I think that adding arrays gives lots more flexibility when writing SDL by hand.
They use the syntax of
(1 2 3)
, as normal braces weren't used at all before, and the omission of comma in-between values keeps it consistent with how multiple values for a node are written.