• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if (true) {
2  a = [ "wee" ]
3
4  b = [
5    "x",
6    "y",
7    "z",
8  ]
9  c = [ "x" ]
10
11  d = [ "x" ]
12}
13