All Downloads are FREE. Search and download functionalities are using the official Maven repository.

samples.statements.write-managed.pec Maven / Gradle / Ivy

The newest version!
define main as method doing:
    with buffer = Buffer, do:
        write "some content" to buffer
        write "other content" to buffer
        // read back the 2 lines
        line = read one from buffer
        print line
        line = read one from buffer
        print line




© 2015 - 2025 Weber Informatics LLC | Privacy Policy