~starkingdoms/starkingdoms

ref: fb753516605f3150ce0e33bbafc39abbf59e82d0 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
fb753516ghostly_zsh stabilization iterations 8 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}