Zonnon is a programming language created in 2003 by Jürg Gutknecht.
| #1846on PLDB | 23Years Old |
Zonnon is a programming language along the Oberon, Modula, and Pascal language line. Jürg Gutknecht is the author of the programming language.Zonnon is a general purpose programming language in the Pascal, Modula-2 and Oberon family. Its conceptual model is based on objects, definitions, implementations and modules. Read more on Wikipedia...
module HelloWorld;
begin
writeln("Hello World");
end HelloWorld.| Feature | Supported | Example | Token |
|---|---|---|---|
| Strings | ✓ | "Hello world" | " |
| Print() Debugging | ✓ | writeln |