added stix_bitinvint()

This commit is contained in:
hyunghwan.chung
2015-12-17 16:37:26 +00:00
parent 08cfa55acc
commit 23d8d17b08
5 changed files with 112 additions and 9 deletions

View File

@ -128,9 +128,7 @@
#method bitInvert
{
##<primitive: #_integer_bitinvert>
##self primitiveFailed.
<primitive: #_integer_bitinv>
^-1 - self.
}