
samples.console.buffer.pec Maven / Gradle / Ivy
define main as method doing:
content = ""
with buffer = Buffer, do:
write "some content" to buffer
write "other content" to buffer
// read back the 2 above lines
content = read all from buffer
print content
© 2015 - 2025 Weber Informatics LLC | Privacy Policy