yapping/example.yapp
2024-09-01 02:09:24 +02:00

13 lines
62 B
Plaintext

fn b() {
a()
}
fn a() {
let abc = 123;
abc
}