rudus/sandbox.ld
2025-06-23 18:59:12 -04:00

7 lines
64 B
Plaintext

let add = :foo
let nil? = :bar
fn baz () -> (add, nil?)
baz()