samples.resources.write-one-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:
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 - 2024 Weber Informatics LLC | Privacy Policy