~starkingdoms/starkingdoms

ref: 0419a69e7e10e1365dcd6051ed5bed8c789808f7 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
0419a69e — ghostly_zsh merge zoom 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}