T3X is a programming language created in 1995 by Nils M Holm.
#2000on PLDB | 29Years Old |
T3X is a small, portable, procedural, block-structured, recursive, almost typeless, and to some degree object-oriented programming language. Its syntax is similar to Pascal, its semantics resembles BCPL's.
USE t3x: t;
DO t.write(T3X.SYSOUT, "Hello, World!\n", 14); END
Feature | Supported | Example | Token |
---|---|---|---|
Line Comments | ✓ | DO END ! Do nothing | ! |