5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
|
const add_tez : tez = 21mtz + 21mtz;
|
||
|
const sub_tez : tez = 21mtz - 20mtz;
|
||
|
(* is this enough? *)
|
||
|
const not_enough_tez : tez = 4611686018427387903mtz;
|