We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cd484 commit e4adb9dCopy full SHA for e4adb9d
packages/cashc/test/cashproof/slice.equiv
@@ -0,0 +1,10 @@
1
+!full_script=True;
2
+
3
+# We are unable to run cashproof any more due to Python ecosystem issues, but we're including this file for reference.
4
5
+# x.slice(10, 25) & x.split(25)[0].split(10)[1]
6
+25 OP_SPLIT OP_DROP OP_10 OP_SPLIT OP_NIP
7
+<=>
8
+# x.split(10)[1].split(15)[0]
9
+OP_10 OP_SPLIT OP_NIP OP_15 OP_SPLIT OP_DROP
10
+;
0 commit comments