User Tools

Site Tools


de:variables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

de:variables [2016/01/01 22:38]
de:variables [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Variables =====
 +Variables that hold numeric values must begin with a letter, and may consist of any number of alpha-numeric characters.  They are case sensitive.  They may be used interchangeably with numeric constants.\\
 +\\
 +Variables that hold string values follow the same rules as numeric variables, but must end with a dollar sign ($).  They may be used interchangeably with string constants.