Files
orchid/examples/hello-world/main.orc

5 lines
116 B
Plaintext

let user = r[ "foo" 1, "bar" t[3, 4] ]
let _main = user.bar.1
let main = "foo" + string::slice "hello" 1 3 + "bar"