Skip to content

Commit 496a8aa

Browse files
committed
Document variable name rules.
1 parent d4a914d commit 496a8aa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ SELECT $(Columns) FROM Foo;
8282

8383
Preprocessor directives are case-insensitive.
8484

85+
Variable names are case-insensitive. A variable name must start with a letter
86+
or underscore and may contain letters, digits, underscores, and hyphens.
87+
8588
A `GO` batch separator must appear the the beginning of a line.
8689
No other content may appear on that line.
8790

0 commit comments

Comments
 (0)