~starkingdoms/starkingdoms

ref: 8f2fb8085e0a75d87209a9063ec16b1f679ec345 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
8f2fb808 — core replicable colliders 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}