Hamster-Skripte: variables
All variables begin with a separate "dollar sign" ("$"), followed from a letter ("A"... "Z", "a"... "Z"). Other marks also can figures ("0"... "9") or unterlines ("_") contain.
The length one variables-by the name of is (actually) unlimitedly and all marks are important. Stressed and small-written marks are treated identically, also is, e.g., $ABC the same variable like $abc or $aBc. To be able to apply the quotation marks ("" in String-variables, these are to be written twice. ("""
Examples of valid variables:
$a |
$i ________ |
$a_b |
$Die_Antwort_ist_WIRKLICH_42 |
Examples of invalid variables:
A $ |
^^ "$" in the wrong page(side) |
$ ____ i ____ |
^ no letter as the first mark |
$a.b |
^ point is not allowed |
$Die_Antwort_ist_WIRKLICH_42!!! |
^^^ call signs are inadmissibly |
$1st_cut |
^ no letter as the first mark |