DOORS Extension Language
Appearance
DOORS eXtension Language (also know as DXL), is a language used to extend the functionality of IBM's Rational DOORS. This programming language is somewhat similar to C. This language is specific to DOORS, and it has its own syntax, declaration, a forum to discuss the development [1], in addition to the specific reference manuals.[2]
"Hello, world" example
To print the Hello World, the following code will be used,
print "Hello, world"