Variables

Molly gives you the ability to set and use variables with MAML tags. Variable names in Molly begin with a dollar sign ($) just like PHP variables. In fact, Molly is creating and using PHP variables, so this gives PHP programmers access to any variables they use in their code. (Note to programmers: Unlike ordinary PHP, code run in a <?php ?> block has a local variable scope.)