leo/compiler/tests/tuples/basic.leo

3 lines
48 B
Plaintext
Raw Normal View History

2020-08-11 05:40:49 +03:00
function main() {
const a = (true, false);
2020-08-11 05:40:49 +03:00
}