Dollar-print syntax

The dollar-print syntax is the following:

$indentifier

It checks if identifier exists, and if so, it prits it. Otherwise, it prints $identifier.

If no identifier is given, it prints $.

Since 1.2.0, a space can be inserted between $ and identifier.