~starkingdoms/starkingdoms

ref: 1314012768def43442090d9d34e7a315c533c994 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
13140127 — core feat: native 4 hours ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}