~starkingdoms/starkingdoms

ref: 827d7ac625a9afa1a6afee0c2e10e0afc1fcb162 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
827d7ac6 — core chore: client refactoring 26 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}