multiline-arrays.ion 154 B

12345678910111213141516
  1. let x = [
  2. a # a comment
  3. b # another comment
  4. ab#cd #with a comment
  5. ]
  6. echo @x
  7. let y = [
  8. a
  9. # a comment
  10. #another comment
  11. ]
  12. echo @y