Files
lila/examples/assign.lila

5 lines
34 B
Plaintext

fn main() {
a = 0;
set a = 1;
}