Sha256: 114557945fdda41216d4e336c5388d1d52441d682b5f79ae1245f5d46312c989

Contents?: true

Size: 284 Bytes

Versions: 10

Compression:

Stored size: 284 Bytes

Contents

Portugol keywords are Portuguese words.

programa {
// funcao defines a new function
// inicio is the entry point of the program, like main in C
    funcao inicio() {
        // escreva is used to print stuff to the screen
        escreva("Hello, world!\n") // no ';' needed
    }
}

Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
zettacode-0.1.7 files.zettacode/hello_world.text/portugol.txt
zettacode-0.1.6 files.zettacode/hello_world.text/portugol.txt
zettacode-0.1.6 files.zettacode2/hello_world.text/portugol.txt
zettacode-0.1.5 files.zettacode/hello_world.text/portugol.txt
zettacode-0.1.5 files.zettacode2/hello_world.text/portugol.txt
zettacode-0.1.4 files.zettacode/hello_world.text/portugol.txt
zettacode-0.1.4 files.zettacode2/hello_world.text/portugol.txt
zettacode-0.1.3 files.zettacode/hello_world.text/portugol.txt
zettacode-0.1.2 files.zettacode/hello_world.text/portugol.txt
zettacode-0.1.1 zettacode.files/hello_world.text/portugol.txt