You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
146B

  1. .={}
  2. // Comment for array
  3. .test=[]
  4. // Comment within array
  5. .test[0]={}
  6. .test[0].a="aaa"
  7. .test[1]={}
  8. .test[1].b="bbb"
  9. .test[2]={}
  10. .test[2].c="ccc"