This:
DIM s(16)
SAVE "test" DATA s
Fails to compile with:
test.bas:2: error: Syntax Error. Unexpected token 's' <ARRAY_ID>
Tried with and without brackets, different datatypes and same error. Syntax ok according to wiki (!).
Save "test" DATA does compile and presumable saves all data?