ligo/src/test/contracts/arithmetic.mligo

7 lines
75 B
Plaintext
Raw Normal View History

2019-10-26 04:24:12 +04:00
// Test CameLIGO arithmetic operators
let neg_op (n : int) : int =
-n