Elements of a DCL statement (as opposed to a command) look very much like other programming languages.
DCL statements always begin with a dollar sign (“$”).
Here we have an example of an assignment statement. A variable receives a value. The value can be a literal expression, the name of another symbol, the result of a function, the result of an arithmetic or string operation, etc.