~starkingdoms/starkingdoms

ref: 7b60ff6560185fddd3f53105e2f7153b44c23dc5 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
7b60ff65 — core netcode: rd3 7 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}