issues
search
cell-labs
/
cell-script
Cell Script is a new designed language for smart-contract programming on UTXO chain, currently supports CKB.
https://cellscript.io
MIT License
20
stars
6
forks
source link
support complicated condition expression
#16
Open
douyixuan
opened
2 months ago
douyixuan
commented
2 months ago
a && b && c
a > 0 && b < 0
(a > 0 && b < 0) || c > 0
douyixuan
commented
2 months ago
supported
a && b && c
a > 0 && b < 0
(a > 0 && b < 0) || c > 0