You're creating multi-dimensional arrays, rather than array literals!
SmileBasic doesn't support creating arrays like: ["things", "in", "array"]
What you're doing is effectively creating an array of arrays of arrays of floats.
Maybe try something like this.
Im curious what are you are trying to accomplish. These look like SPDEF values; which should probably be stored in SPDEFs...
I forgot to add that I made a playing card sprite sheet. These are the SPDEF values. I want to make solitare. I might just end up using N#(IAmAPerson's precompiler, "NOSSREC"). The file for the sprites will be on smilebasicsource.com.
I'm curious why you would want to store these in an array, rather than just creating SPDEFs with the raw values. You can assign a name to each management number just like I did with arrays. Theres room for thousands of SPDEFs!
(Also, use Lowerdash :P)