aboutsummaryrefslogtreecommitdiff
path: root/samples/test.mili
blob: d12b525f947d0195fb11cf92a133da569d9130a4 (plain) (blame)
1
2
3
4
5
6
7
8
foo = [
  huh = [[[0 1 2]]]
  abc = [[huh 0 1]]
  def = [abc 0 huh]
  def [0 1]
]

[foo 0]