mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-25 11:12:48 +03:00
5 lines
48 B
Plaintext
5 lines
48 B
Plaintext
bool[2] a = [true, false]
|
|
|
|
p = a[0..2]
|
|
|
|
return p |