nixd
Loading...
Searching...
No Matches
BinOps.inc
Go to the documentation of this file.
1#ifdef BinOp
2
3BinOp(OpEq, "==")
4BinOp(OpNEq, "!=")
5BinOp(OpAnd, "&&")
6BinOp(OpOr, "||")
7BinOp(OpImpl, "->")
8BinOp(OpUpdate, "//")
9BinOp(OpConcatLists, "++")
10
11#endif // BinOp