7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
let add = :foo
|
|
let nil? = :bar
|
|
|
|
fn baz () -> (add, nil?)
|
|
|
|
baz()
|