lila/examples/strings.lila

4 lines
74 B
Text

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