leo/simple.program
2020-04-15 13:47:53 -07:00

5 lines
48 B
Plaintext

bool[2] a = [true, false]
p = a[0..2]
return p