~starkingdoms/starkingdoms

ref: 66ecf5a99f256b08f04b394146eb4a362306273c starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
66ecf5a9 — core client start 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}