~starkingdoms/starkingdoms

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