diff --git a/v1.2/lolcode-spec-v1.2.md b/v1.2/lolcode-spec-v1.2.md index b3fe3c2..d9e8889 100644 --- a/v1.2/lolcode-spec-v1.2.md +++ b/v1.2/lolcode-spec-v1.2.md @@ -96,7 +96,7 @@ All variable scope, as of this version, is local to the enclosing function or to *(from 1.1)* -Variable identifiers may be in all small or lowercase letters (or a mixture of the two). They must begin with a letter and may be followed only by other letters, numbers, and underscores. No spaces, dashes, or other symbols are allowed. Variable identifiers are CASE SENSITIVE – "cheezburger", "CheezBurger" and "CHEEZBURGER" would all be different variables. +Variable identifiers may be in all uppercase or lowercase letters (or a mixture of the two). They must begin with a letter and may be followed only by other letters, numbers, and underscores. No spaces, dashes, or other symbols are allowed. Variable identifiers are CASE SENSITIVE – "cheezburger", "CheezBurger" and "CHEEZBURGER" would all be different variables. ### Declaration and Assignment