Files
orchid/examples/hello-world/main.orc
Lawrence Bethlenfalvy 3a3ae98aff Began implementing fully isomorphic macros
Like Rust's Proc macros. Now we have preprocessor recursion to worry about. I also made a cool macro for enums
2024-10-14 00:13:09 +02:00

3 lines
79 B
Plaintext

const user := "dave"
const main := println "Hello $user!" exit_status::success