ionio-lang / ivy-elements

Fork of Ivy Language to write Elements Smart Contracts
https://ionio-lang.org
MIT License
0 stars 3 forks source link

Add OP_CAT #12

Open altafan opened 2 years ago

altafan commented 2 years ago

Opcode for concatenating bytes.

tiero commented 2 years ago

suggestion: syntax-wise would be fine to use + and/or .concat(toAdd: Bytes)

It seems + could b easier to start with