~starkingdoms/starkingdoms

ref: 3e5cd413bff9de543471151c332b51e657924672 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
3e5cd413 — core chore: additional debug logging 26 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}