samples.expressions.read-managed.pec Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WebSite Show documentation
Show all versions of WebSite Show documentation
Prompto Documentation Web Site POM
define main as method doing:
with buffer = Buffer, do:
write "some content" to buffer
write "more content" to buffer
// read back the 2 lines
content = read one from buffer
print content
content = read one from buffer
print content
© 2015 - 2024 Weber Informatics LLC | Privacy Policy