Add unsigned exports for backwards-compatibility

This commit is contained in:
def
2015-03-05 17:35:13 +01:00
parent 6f145230ee
commit ec97195d8f

View File

@@ -13,3 +13,6 @@
## These operators are now available in the ``system`` module directly.
{.deprecated.}
export `shr`, `shl`, `and`, `or`, `xor`, `==`, `+`, `-`, `*`, `div`, `mod`,
`<=`, `<`