moar numbrsz

This commit is contained in:
Steven Degutis
2012-03-17 12:54:25 -05:00
parent 86c1b13013
commit da85af8f60

View File

@@ -6,4 +6,8 @@ func aboutNumbers() {
var i int = __int__ var i int = __int__
assert(i == 1.0000000000000000000000000000000000000) // precision is in the eye of the beholder assert(i == 1.0000000000000000000000000000000000000) // precision is in the eye of the beholder
assert(5 % 2 == __int__)
assert(5 * 2 == __int__)
assert(5 ^ 2 == __int__)
} }