Files
Noja/samples/buffer.noja
T
2021-12-03 21:09:51 +01:00

6 lines
42 B
Plaintext

b = newBuffer(16);
b[2] = 10;
print(b);