5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
contract C =
|
|
let x::_ = [1,2,3,4]
|
|
let y::(p = z::_) = [1,2,3,4]
|
|
let q : bool = "str"
|