~starkingdoms/starkingdoms

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