Files
orchid/examples/hello-world/main.orc
Lawrence Bethlenfalvy 534f08b45c
Some checks failed
Rust / build (push) Has been cancelled
Significantly extended stdlib
2026-01-27 20:53:45 +01:00

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"