~starkingdoms/starkingdoms

ref: ba254ec74e51495678ac09f06342403ab08434a2 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
ba254ec7 — ghostly_zsh sync, i guess 9 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}