OLD | NEW |
---|---|
(Empty) | |
1 ~ 42 | |
2 - 42 | |
3 = 42 | |
4 &= 42 | |
5 != 42 | |
6 | |
7 ---------------------------------------------------- | |
8 | |
9 [ | |
10 ["punctuation", "~"], ["code", [["number", "42"]]], | |
11 ["punctuation", "-"], ["code", [["number", "42"]]], | |
12 ["punctuation", "="], ["code", [["number", "42"]]], | |
13 ["punctuation", "&="], ["code", [["number", "42"]]], | |
14 ["punctuation", "!="], ["code", [["number", "42"]]] | |
15 ] | |
16 | |
17 ---------------------------------------------------- | |
18 | |
19 Checks for single-line code. | |
OLD | NEW |