~starkingdoms/starkingdoms

ref: 48c6475b2c83e62ef93be47f4f45fe7a6ae3678c starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
48c6475b — ghostly_zsh player input 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}