~starkingdoms/starkingdoms

ref: d733c4e3b55f6eaed09948f4309c32ab33f4c02b starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
d733c4e3 — core feat: avian! a month ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}