選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

legacy_test_comment_01.expected 146B

9ヶ月前
12345678910
  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"