~starkingdoms/starkingdoms

ref: 76a4e411a1fe3fe286aac4d36e54baca16b5fa4b starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
76a4e411 — ghostly_zsh clear textbox and pressing enter sends 8 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}