leo/compiler/tests/field/gt.leo

3 lines
72 B
Plaintext
Raw Normal View History

2020-07-08 05:40:01 +03:00
function main(a: value.field, b: value.field) -> bool {
2020-06-03 02:56:11 +03:00
return a > b
}