https://gitlab.com/tezos/tezos
Raw File
Tip revision: 173449c7f0f1ef2ce12eaa8b077e8829cf0332b8 authored by Mathias Bourgoin on 25 March 2024, 21:34:44 UTC
WIP
Tip revision: 173449c
compare_timestamp_02.tzt
code { COMPARE } ;
input { Stack_elt timestamp "2" ; Stack_elt timestamp "1" } ;
output { Stack_elt int 1 }
back to top