~starkingdoms/starkingdoms

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