OLD | NEW |
---|---|
(Empty) | |
1 %% %*% %/% | |
2 %in% %o% %x% | |
3 %foobar% | |
4 | |
5 ---------------------------------------------------- | |
6 | |
7 [ | |
8 ["percent-operator", "%%"], ["percent-operator", "%*%"], ["percent-opera tor", "%/%"], | |
9 ["percent-operator", "%in%"], ["percent-operator", "%o%"], ["percent-ope rator", "%x%"], | |
10 ["percent-operator", "%foobar%"] | |
11 ] | |
12 | |
13 ---------------------------------------------------- | |
14 | |
15 Checks for user-defined operators and operators starting with %. | |
OLD | NEW |