aboutsummaryrefslogtreecommitdiff
path: root/examples/working/array-list.ey
blob: 9a3f09a239cf6ae28335055e99f9e1d479acb7c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<
  [ 0 1 2 ] /list defv

  {
    list [ -102 ] cat =list
  }

  {
    list
  }
> -- /content deff /append deff

3 append
4 append
5 append

content dump