5 lines
58 B
Plaintext
5 lines
58 B
Plaintext
local c = new CounterBox()
|
|
c.inc()
|
|
c.inc()
|
|
print(c.get())
|
local c = new CounterBox()
|
|
c.inc()
|
|
c.inc()
|
|
print(c.get())
|