https://gitlab.com/tezos/tezos
Revision a32a2fcd3144ddaf14cf7713a1ed3b7ad01df909 authored by Valentin Chaboche on 06 February 2024, 17:40:10 UTC, committed by Valentin Chaboche on 07 February 2024, 18:04:27 UTC
1 parent 153931c
Raw File
Tip revision: a32a2fcd3144ddaf14cf7713a1ed3b7ad01df909 authored by Valentin Chaboche on 06 February 2024, 17:40:10 UTC
EVM/Kernel: allow read/handle input to fail
Tip revision: a32a2fc
loopleft_01.tzt
code { LOOP_LEFT { FAILWITH } } ;
input { Stack_elt (or int string) (Right "AAAA") } ;
output { Stack_elt string "AAAA" }
back to top