GML, aka IBM Generalised Markup Language, is a xml format created in 1969 by Charles Goldfarb and Edward Mosher and Raymond Lorie.
#1063on PLDB | 55Years Old |
Generalized Markup Language (GML) is a set of macros that implement intent-based (procedural) markup tags for the IBM text formatter, SCRIPT. SCRIPT/VS is the main component of IBM's Document Composition Facility (DCF). A starter set of tags in GML is provided with the DCF product.. Read more on Wikipedia...
draw_text(1, 1, "Hello World");
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ | draw_text |