diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/integers.tm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/integers.tm b/test/integers.tm index 363fdfdd..eb0c3fed 100644 --- a/test/integers.tm +++ b/test/integers.tm @@ -111,3 +111,13 @@ func main(): 292590241572454328697048860273*754893741683930091960170890717, ] = no + + >> Int(yes) + = 1 + >> Int(no) + = 0 + + >> Int64(yes) + = 1[64] + >> Int64(no) + = 0[64] |
