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

  {
    list [ -102 ] cat =list
  }

  {
    list dump
  }
> -- /dumpAll deff /append deff

"here" dump

3 append
4 append
5 append

dumpAll