Navigation : Language Platform Library Reference - Glossary - List of read options - List of operators - List of aggregators - List of functions - List of keywords - Tile syntax - List of tiles - List of icons - List of virtual tables - Convolution power - StyleCode sub-language - _ - A-B-C - D-E-F - G-H-I - J-K-L - M-N-O - P-Q-R - S-T-U - V-W-X - Y-Z Specifications LegacyList of operatorsThe operators below are listed in increasing order of precedence. For instance, since and is before or, then A or B and C is interpreted as A or (B and C). Operators with the same precedence are grouped left-to-right: A * B / C is (A * B) / C.(unary) + - ~ not^(binary) * / /. mod+ -(comparisons) < > <= >= == != ~~ !~ inandor?:intoList of read options List of aggregators