Components of a PDL driver

This list provides basic syntactical rules for coding PDL:

  • Every line is closed with a semicolon.
  • Double quotation marks mark the beginning and end of a string.
  • A forward slash (/) begins and ends a section.
  • /* starts the comment.
  • */ ends the comment ("C" style).

Boolean expressions

In some places in PDL, a boolean variable must be supplied.

Select the value from these expressions:

  • True condition variable values:
    • enabled
    • yes
    • true
    • on
    • 1
  • False condition variable values:
    • disabled
    • no
    • false
    • off
    • 0