The help text on using variable names says that nothing except alphanumeric characters is allowed, but I find that they do not work if they contain anything except letters. Am I doing something wrong, or are digits in variable names prohibited? If so the description of how to use them should be updated. It would much more useful though, to allow digits in variable names (though as in most programming languages it would be ok to require the first character to be a letter).