blob: 0632e9ccde38c0497cee287587b82c79221fe6c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
alpha = "a"
123 = "num"
000111 = "leading"
10e3 = "false float"
one1two2 = "mixed"
with-dash = "dashed"
under_score = "___"
34-11 = 23
[2018_10]
001 = 1
[a-a-a]
_ = false
|