Jump to content

DOORS Extension Language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dineshkumar Ponnusamy (talk | contribs) at 19:01, 29 October 2018 (Reference edited with ProveIt). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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"

References

  1. ^ "Forum: Rational DOORS DXL".
  2. ^ "The DXL Reference Manual" (PDF).