~starkingdoms/starkingdoms

ref: 93b350fc44934524b95c9f80884d921c53fe7981 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
93b350fc — ghostly_zsh chassis change merge 8 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}