aboutsummaryrefslogtreecommitdiff
path: root/samples/test.lil
blob: e0ed6fdd2124a576e1a8a8b046bc73f48b266f97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
foo = [
  huh = [[[0 1 2]]]
  huh 0
]

bar = [
  huh = ([[[0 2 1]]] 0)
  huh 0
]

foo bar