Description
Variables show values that can be changed within a procedure or function. Local scope variables are placeholders that reside within a function- or a script-body.
Syntax
[Prefix]+[ShortDescription]
[Prefix] is a lowercase letter (either "n", s", "str", "d" or "t" appropriate to the type it shown)
[ShortDescription] is a corresponding name of what the variable sets for.
If [ShortDescription] consists of more then one word they are all separated using a capital letter for every new word.