diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-04-23 13:12:49 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-04-23 13:12:49 -0400 |
| commit | 63083252522d22f5ed9d14912696fab1c8347b65 (patch) | |
| tree | 36dd280608719c0d77539631f585cde25a6ea0dd /test/integers.tm | |
| parent | 005427744daa8d70abeffde9a05831b4bdb0682f (diff) | |
Add constructor/casting for ints and nums
Diffstat (limited to 'test/integers.tm')
| -rw-r--r-- | test/integers.tm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integers.tm b/test/integers.tm index 376e0319..9b573aac 100644 --- a/test/integers.tm +++ b/test/integers.tm @@ -53,3 +53,6 @@ func main() = "0x7B" >> 123_i8:hex() = "0x7B" + + >> Int(2.1) + = 2 : Int |
