DialogProlog is an option for Dialog that can give an expression to evaluate before the dialog starts.
DistributionParameterAssumptions[dist] gives a logical expression for assumptions on parameters in the symbolic distribution dist.
Divide
(Built-in Mathematica Symbol) x/y or Divide[x, y] is equivalent to x y^-1.
Divisible[n, m] yields True if n is divisible by m, and yields False if it is not.
EditDistance[u, v] gives the edit or Levenshtein distance between strings or vectors u and v.
EndOfFile is a symbol returned by Read when it reaches the end of a file.
ErrorBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} applies options and corresponding values.
ExportString[expr, " format"] generates a string corresponding to expr exported in the specified format. ExportString[rules, {"format", "Rules"}] gives explicit rules for ...
ForwardBackward is a symbol that represents alternate forward and backward motion or animation.
Forward
(Built-in Mathematica Symbol) Forward is a symbol that represents the forward direction for purposes of motion and animation.