Files
lila/examples/strings.lila

5 lines
74 B
Plaintext

fn main() {
destination = "unknown";
set destination = "to the moon";
}