6 lines
42 B
Plaintext
6 lines
42 B
Plaintext
|
|
b = newBuffer(16);
|
|
|
|
b[2] = 10;
|
|
|
|
print(b); |