~starkingdoms/starkingdoms

ref: 160518627b68f5d82fdefdac6f91ae3db281900c starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
16051862 — ghostly_zsh zoom limits 8 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}