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

@Box: {[value]
    #[{value},
      {[new] value = new}]
      }


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