blob: 4d76f1210b115653fd671d45004ff732f964cf67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
2%int63
: int
(2 + 2)%int63
: int
2
: int
9223372036854775807
: int
2 + 2
: int
2 + 2
: int
= 4
: int
= 37151199385380486
: int
The command has indeed failed with message:
int63 are only non-negative numbers.
The command has indeed failed with message:
overflow in int63 literal: 9223372036854775808
2
: nat
2%int63
: int
t = 2%i63
: int
t = 2%i63
: int
2
: nat
2
: int
|