Skip to content

Commit e4adb9d

Browse files
committed
Add .equiv file that compares .slice with similar .split syntax
1 parent 55cd484 commit e4adb9d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)