~starkingdoms/starkingdoms

ref: 6c4380ea41ef2824f25fcd3b63c2cbda9dddba77 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
6c4380ea — core fix: broken join routine 24 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}