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 -- match -- max -- mean -- median -- min -- mixture -- mkuid -- mod -- mode -- monday -- month -- monthEnd -- monthnum -- monthStart -- negativeBinomial -- nonCanonical -- not -- or - P-Q-R - S-T-U - V-W-X - Y-Z Specifications Legacynot(not boolean) 🡒 booleanThe keyword not is the logical NOT operator.Example:table T = with [| as A |] [| false |] [| true |] show table "" a1b2 with T.A not T.A See alsoand.or.nonCanonical or