XPL0 is a programming language created in 1976.
#1758on PLDB | 48Years Old |
XPL0 is a computer programming language that is essentially a cross between Pascal and C. It was created in 1976 by Peter J. R. Read more on Wikipedia...
code Text=12;
Text(0, "Hello World")
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ | Text | |
Comments | ✓ | ||
Semantic Indentation | X |