Files
8th/exercises/practice/circular-buffer/circular-buffer.8th
2024-05-21 06:57:13 +02:00

18 lines
101 B
Plaintext

ns: cb
: read \ x -- x x'
;
: write \ x x' -- x
;
: overwrite \ x x' -- x
;
: new \ n -- x
;