~starkingdoms/starkingdoms

ref: 75f5204cc96240f4c96bb0205786462a6633b18c starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
75f5204c — core feat: worky thrusters 25 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}