~starkingdoms/starkingdoms

ref: 6676504b7a53299d4c31e9cc4a6bd877c92ebe67 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
6676504b — core launcher? 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}