9 lines
211 B
Text
9 lines
211 B
Text
pool0=: 3 conew 'integerPool'
|
|
x0=: alloc__pool0 0
|
|
x1=: alloc__pool0 0
|
|
x2=: alloc__pool0 0
|
|
x0 set__pool0 7
|
|
x1 set__pool0 8
|
|
x2 set__pool0 9
|
|
x0 get__pool0 + x1 get__pool0 + x2 get__pool0
|
|
24
|