summaryrefslogtreecommitdiff
path: root/test.pez
blob: 1dbdfc6a7878f5d46bdf7bb25a1b91b7762a632b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
@print: {[x] printf["%a\n", x]}

@Box: {[value]
    @test = 7
    #[{value},
      {[new] printf["test: %a\n", test] value = new}]
      }


@x = Box[-7]
print[x[0][]]
x[1]['awesome]
print[x[0][]]