Variables in DyT


Variables are text between two $. It replaces with the following values.


Simple usage:

Hello $name$!

$name$ is variable, but the name of the variable is name.

If you transform this DyT into text with variable name equals to Bob, you get this text:

Hello, Bob!